html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:10px;
   line-height:15px;
}

body {
	background-image: url(mu1.gif);
}

#box {
position: absolute;
top: 50px;
left: 50%;
width: 300px;
/*height: 150px;*/
margin: 0px 0px 0px -150px;
background-color: #fff;
background-color: rgba(255,255,255,0.8);
padding: 8px;
border: 1px solid #000;
text-align: center;
}

#box1, #box2 {
position: relative;
display:none;
}



h1 {
font-size:12px; 
color:#000000;
text-shadow: black 3px 3px 6px;
line-height: 15px;
}

h2 {
font-size:12px; 
color:#000000;
line-height: 15px;
}

h4{
font-size: 12px;
font-weight: bold;
color: #03166A;
line-height: 12px;
}


a:link {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;

}




