/* CSS Document */

* {margin: 0;padding: 0;}

a {margin-top:5px; padding:5px;}
a:link {color: #003; text-decoration: underline;}
a:visited {color: #003; text-decoration: underline;}
a:hover {color: #FF6; text-decoration: none;}
a:active {color: #003; text-decoration: underline;}
	
body {
	background-color: #DAE9FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;}

a img{border:none;}
ul{list-style-type:none;margin-top:5px; padding:2px;}
li{padding:5px;}
