body { 

margin-top:75px;
font-family:tahoma,arial,helvetica;
font-size:11px;
background-color: #ffffff;
}

h1 {
	font-size:35px;
	font-family: arial, helvetica;
	font-style: normal;
	color: #000000;
	margin-bottom:-30px;
}

h2 {
	font-size:14px;
	font-style:italic;
	font-family: arial, helvetica;
	border:none;
	color: #408080;
}

p {
	font-size: 12px;
	font-family:tahoma,arial,helvetica;
	font-style: normal;
	font-weight: normal;
}

a:link {
 color: #666;
 text-decoration: none;
 }
a:visited {
 color: #444;
 text-decoration: none;
 }
a:active {
 color: #000;
 text-decoration: none;
 }
a:hover {
 color: #000;
 text-decoration: underline;
 }