<style type="text/css">
* {
	margin : 0;
	padding : 0;
}

body {
	background-color : #FFFFFF;
	
}
a.external:link {
	font : 12px Tahoma;
	color : #333333;
	font-weight: bold;
	text-decoration: none; 
}
a.external:visited {
	font : 12px Tahoma;
	color : #333333;  
	font-weight : bold; 
	text-decoration : none;
}
a.external:hover {
	font : 12px Tahoma;
	color : #999999;
	font-weight: bold;
	text-decoration: none;  
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	color : #000000; 
	font-weight : normal; 
}
</style>