/* CSS Document */

* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px;
    text-align:center;
    font-size:15px;}

h2 {
	text-align: center;
	margin-top: 40px;
	font-size: 1em;
	color: #FF3;
}
a:link {color: #FF3; text-decoration: none;}
a:visited {color: #FF3; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}
a:active {color: #FF3; text-decoration: none;}
	
body {
	background-color: #003;
	color:#DBE8FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
 /* overflow:hidden; */
}
	
#container{margin-top:100px;}
a img{border:none;}
#had b		{position:absolute;font-size:12px;;color:#DBE8FF;}
