h1
{
font-family:		Trebuchet MS;
color:				#990000;
font-size:			18pt;

}

h2
{
font-family:		Trebuchet MS;
color:				#000066;
font-size:			12pt;
}

body 
{
background-color:   white;
font-family:		Trebuchet MS;
font-size:			14pt;
color:				black;
}

u
{
	color: maroon;
	font-size: 22pt;
	font-family: Trebuchet MS;
}

a
{
	color: yellow;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: none;
}

#menu {
	position: float;
}

#menu a
{ 
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: red;
	text-decoration: none;
}

#note
{
	color: maroon;
}
