#h1
{
	font-family : Sylfaen, sans-serif;
	font-weight : bold;
	letter-spacing : 5px;
	font-size : large;
	text-decoration : underline;
	color : white;	
}
body
{
	background-color : #000A64;
}
#menu
{
	background: #ADD8E6;
	width: 100px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 8px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	left:25px;
	top:100px;
	border-left : 2px solid white;
	border-top : 2px solid white;
	text-align : justify;
}

#main
{
	background-color : #ADD8E6;
	width : 450px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 8px;
	border-bottom : 2px solid white;
	border-left : 2px solid white;
	border-right : 2px solid white;
	border-top : 2px solid white;
	font-family : Sylfaen, serif;
	font-size : medium;
	color : #000A64;
	top : 100px;
	left : 175px;
	position : absolute;
}
#counter
{
margin: 0px 0px 0px 0px;
border-bottom : 2px solid white;
border-left : 2px solid white;
border-right : 2px solid white;
border-top : 2px solid white;
width: 100px;
top: 450px;
left: 25px;
position: absolute;
}
.count
{
background-color : #ADD8E6;
font-size : 12px;
color : #000A64;
width: 100px;
}

#mp3box
{
margin: 0px 0px 0px 0px;
border-bottom : 2px solid white;
border-left : 2px solid white;
border-right : 2px solid white;
border-top : 2px solid white;
width: 175px;
top: 100px;
left: 675px;
position: absolute;
}
.mp3
{
background-color : #ADD8E6;
font-size : 12px;
color : #000A64;
position: absolute;
width: 175px;
z-index: 1;
padding: 5px;
margin-bottom: 20px;
text-align: center;
}


a:link, a:active, a:visited {
color: #000A64;
background-color: transparent; 
text-decoration: none;
}
a:hover {
	color: #000A64;
	background-color: transparent;
	text-decoration: underline;
}
img{
border:0;
}
