/* 
<!-- Mozilla --> 
xx-small = 9 pt
x-small = 10 pt
small = 13 pt
medium = 16 pt
large = 19 pt
<!-- Internet Explorer -->
xx-small = 10 pt
x-small = 13 pt
small = 16 pt
medium = 18 pt
large = 24 pt
*/

.tiny { font-size: x-small; }
.fine { font-size: small; }
.big { font-size: medium; }

.hang6 { text-indent: -6em; margin-left: 6em; font-size: small; }
.hang3 { text-indent: -3em; margin-left: 3em; font-size: small; }

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;
}

P, TD, TH, LI {
	font-size : x-small;
	font-family : Verdana, Arial, Geneva, sans-serif;
}

H1 {
	font-family: Airflyte, Verdana, Arial, sans-serif;
	font-size: medium;
}

H2 {
	font-size : large;
	font-family : Verdana, Arial, Geneva, sans-serif;
}

H3 {
	font-size : medium;
	font-family : Verdana, Arial, Geneva, sans-serif;
}

.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;
}

