BODY, P {
	background : White;
	font-family : Verdana;
	font-size : small;
	font :  300;}

TABLE, TR, TD {
	font-family : Verdana;
	font-size : small;
}

A {
	color : #FF8C00;
	font-family : Verdana;
	font-size : small;
	text-decoration : underline;
}
.menu {
	font-size: 80%;
}


/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : Red;
	font-family : Verdana;
	text-decoration : underline;
}

A:VISITED {
}

A:LINK {
}

B {
	font-weight : bold;
}

BR {
}

CENTER {
	font-family : Verdana;
	font-size : small;
}

FONT {
}

FORM {
}

HR {
}

I {
	font-family : Verdana;
	font-size : small;
}

IFRAME {
}

IMG {
}

INPUT {
}

SUP {
}

