A  {
	font-size : small;
	font-family : Verdana;
	font-weight : 800;
	color : Navy;
	text-decoration : underline;
}

A:Visited  {
	font-size : small;
	color : Red;
	font-family : Verdana;
	font-weight : 800;
	text-decoration : underline;
}

A:Active  {
	font-size : small;
	font-family : Verdana;
	font-weight : 800;
	color : Maroon;
	text-decoration : underline;
}

A:Hover  {
	font-size : small;
	font-family : Verdana;
	text-transform : uppercase;
	background-color : #D3FACE;
	font-weight : 800;
	color : Navy;
	text-decoration : underline;
}

I  {
	color : Black;
	font-family : Tahoma;
	font-style : normal;
	font-size : small;
}

P  {
	color : Black;
	font-size : smaller;
	font-family : Arial Narrow;
	font-weight : normal;
	font-style : normal;
}

B  {
	font-size : small;
	color : #948F61;
	font-family : Tahoma;
}

li { font-size : x-small; color : Navy; ; list-style-type: square; list-style-image: none; list-style-position: inside}

