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-color: #49504c;
}

#box {
position: relative;
top: 40px;
width: 600px;
margin: 0px auto;
padding: 8px;
background-color: #bfbcc3;
border: 1px solid #000;
text-align: center;
}



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

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;}





