P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-weight : bold;
	color : blue;
}

A:link  {}

A:Visited  {color : #0066ff;}

A:active  {}

A:Hover  {
	color : red;
}

BODY  {
	font-size : 12px;
	font-family : Arial;
	margin-left : 0;
	margin-right : 0;
	background : #A3A3E0;
}

table {
	font-size : 13px;
	font-family : Arial;
}

.page  {
	font-size : 13px;
	font-family : Arial;
	padding : 5;
	margin : 5;
}

.general  {
	font-size : 14px;
	font-family : Arial;
}

.menu  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	color : White;
	text-decoration : none;
}

A.menu  {
	color : White;
	font-size : 13px;
}

A.menu:Visited  {
	color : white;
}

A.menu:Hover  {
	color : Red;
}



