@charset "utf-8";
/* CSS Document */

.b				{font-weight: bold;}
.i				{font-style: italic;}
.u				{text-decoration: underline;}
.bi, .ib		{font-weight: bold; font-style: italic;}
.bu, .ub		{font-weight: bold; text-decoration: underline;}
.iu, .ui		{font-style: italic; text-decoration: underline;}
p,body			{color: #660066; text-align: justify;}
p.quote			{margin-bottom: 40px;}
ol,ul			{margin-bottom: 10px;}
li				{margin-bottom: 5px;}

div.image, div.imgfleft, div.imgfright
				{border: 1px solid #FFFFFF; margin: 10px; background-repeat: no-repeat; background-position: center center;}
div.imgfleft	{float: left;}
div.imgfright	{float: right;}
img				{border: 1px solid #FFFFFF; margin: 10px;}
img.fright		{float: right;}
img.fleft		{float: left;}

/* Body */

body			{margin: 0px; padding: 0px; border: 0px;}







/* End CSS Document */