body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:30px;
	font-style:italic; 
	font-weight:normal;
	text-transform:lowercase;
}
h2 { 
	margin-bottom:10px;
	font-size:12px;
}
 h3 { 
 	margin:0px;
	font-size:12px;
}
sup { 
	font-size:11px; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	text-transform:uppercase;  
}
a:link { 
	font-weight: bold;
	color: #333399;
	text-decoration: none
}
a:hover {
	font-weight: bold;
	color: #6666ff;
	text-decoration: none
}
a:visited {
	font-weight: bold; 
	color: #6666ff; 
	text-decoration: none;
}
a:active { 
	font-weight:bold; 
	color:#cc9966;
	text-decoration: none;
}
p { 
	margin:0px 0px 10px 0px; line-height:15px;
}

