Body{
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.one  {
	color : #336699;
	text-decoration : underline;
	font : bold;
}

A.one:Visited  {
	color : #336699;
	text-decoration : underline;
	font : bold;
}

A.one:Hover  {
	color : white;
	text-decoration : none;
	font : bold;
	background-color : #999999;
}

A.two  {
	color : white;
	text-decoration : none;
	background-color : #999999;
; font-weight: bold
}

A.two:Visited  {
	color : white;
	text-decoration : none;
	font : bold;
	background-color : #999999;
}

A.two:Hover  {
	color : #336699;
	text-decoration : none;
	font : bold;
	background-color : #DDDDDD;
}

A.three  {
	color : 336699;
	text-decoration : none;
	font : bold;
	background-color : #DDDDDD;
}

A.three:Visited  {
    color : 336699;
	text-decoration : none;
	font : bold;
	background-color : #DDDDDD;
}

A.three:Hover  {
	color : #336699;
	text-decoration : none;
	font : bold;
	background-color : white;
}
h1 {
	color: Black;
	font : bold;
	font-size: medium;
}
li.home {
	position: relative;
	left: -4px;
}

