A:Link  {
	font-weight : normal;
	font-style : normal;
	font-color : Blue;
}

A:Visited  {
	font-weight : normal;
	font-color : Fuchsia;
}

A:Active  {
	font-weight : normal;
	font-style : italic;
}

A:Hover  {
	font-weight : normal;
	font-style : normal;
	font-color : white;
}

BODY  {
	font-size : medium;
	font-family : Verdana, Arial, Geneva, sans-serif;
	font-weight : normal;
	font-style : normal;
	background-color : #fdf5e6;
}

P {
	font-size : small;
}

TD {
	font-size : small;
}

.menu  {
	background-color : #0000A0;
	color : #D6DE85;
	font-family : sans-serif;
}

A.menu:link  {
	color : #D6DE85;
	font-weight : normal;
	font-style : normal;
	font-size : small;
}

A.menu:Hover  {
	font-weight : bold;
	color : #D6DE85;
	font-style : normal;
	font-size : small;
}

A.menu:Active  {
	color : #D6DE85;
	font-weight : normal;
	font-style : italic;
	font-size : small;
}

A.menu:Visited  {
	color : Silver;
	font-size : small;
}

.page  {
	font-size : medium;
	background-color : #fff0f5;
}

H2.menu  {
	color : #D6DE85;
}


