<style>      P  {}

H1  {}

H2  {
	font-size : large;
	font-weight : bold;
}

H3  {
	font-weight : bold;
}

A  {}

A:Visited  {
	color : #C0C0C0;
}

A:Active  {
	color : Yellow;
}

A:Hover  {
	color : Fuchsia;
}

.menuBODY  {
	font-size : medium;
	font-family : sans-serif;
	background-color : #294499;
}

H4  {
	font-weight : bold;
}

h5  {
	font-size : large;
	font-weight : bold;
}

h6  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
}

white  {
	color : White;
	font-size : small;
}

