P   {
	font-size : xx-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #12390D;
}

A   {
	font-size : x-small;
	font-family : ARIAL;
	font-weight : normal;
	font-style : normal;
	color : #12390D;
}

A:Visited  {
	font-size : x-small;
	font-family : ARIAL;
	font-weight : normal;
	font-style : normal;
	color : #12390D;
}

A:Active  {
	font-size : x-small;
	font-family : ARIAL;
	font-weight : normal;
	font-style : normal;
	color : green;
}

A:Hover  {
	font-size : x-small;
	font-family : ARIAL;
	font-weight : normal;
	font-style : normal;
	color : green;
}

BODY {
 background-color: rgb(255,255,255);
 color: rgb(18,57,13);
 font-family: Arial, sans-serif;
}


