:link
{
	color: brown;
	text-decoration:none;
}
:visited
{
	color: brown;
	text-decoration:none;
}
:link:active
{
	color: brown;
	text-decoration:none;
}
:visited:active
{
	color: brown;
	text-decoration:none;
}
:link:focus
{
	color: brown;
	text-decoration:none;
}
:visited:focus
{
	color: brown;
	text-decoration:none;
}
:link:hover
{
	color: green;
	text-decoration:none;
}
:visited:hover
{
	color: green;
	text-decoration:none;
}
BODY
{
	margin-top:0px;
	margin-botton:0px;
	margin-left:0px;
	margin-right:0px;

	color: black;
}
P,DIV,CENTER,PRE,IMG,LI,BR,OBJECT,A
{
	margin-top:7px;
	margin-botton:0px;
	margin-left:0px;
	margin-right:0px;

	padding-top:0px;
	padding-botton:0px;
	padding-left:0px;
	padding-right:0px;

	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;

	color: black;

	text-align: justify;

	line-height:14px;

	font-weight: normal;
	font-size: 12px;
	font-family: arial, "lucida console", sans-serif;
	font-variant: normal;
	font-style: normal;
	border: solid 0 red;
}
P
{
	margin-top:0px;
	margin-left:3px;
}
DIV
{
	margin-top:0px;
}
CENTER
{
	margin-top:0px;

	text-align:center;
}
PRE
{
	margin-top:0px;

	line-height:12px;

	font-size: 10px;
}
IMG
{
	margin-top:0px;
}
LI
{
	list-style-type:square;

	line-height:26px;

	font-weight: bold;
	font-size: 16px;
	font-family: courier, monospace;
}