a		{ 
	color: #0000CC; 
	text-decoration: none 
}

a:hover   { 
	color: #0000CC; 
	text-decoration: underline 
}

body    {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}

#foot {
	color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#foot a {
  	color: #FFFFFF; 
	text-decoration: none;
}

#foot a:hover {
  	color: #FFFFFF; 
	text-decoration: underline; 
}

#leftNav a {
  	color: #0000CC; 
	text-decoration: none;
}

#leftNav a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#menu {
	padding-right: 7px;
	padding-left: 7px;
}

#foot2 {
	color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
h1{
	font-size:16px;
	margin:0;
}