body {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
background-color: #000000;
margin-top:10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
text-align:center;
}

p {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 70%; 
text-decoration: none; 
text-align: justify; 
color: #FFFFFF;
}
h1 {  
font-size: 100%; 
font-weight: bold; 
text-transform: capitalize; 
color: #FF0000; 
margin-bottom: 0px; 
margin-top: 0px;
}
h2 { 
font-size: 90%; 
font-weight: bold; 
text-transform: capitalize; 
color: #CCCCCC; 
margin-bottom: 0px; 
margin-top: 0px;
}

h3 {
font-size: 80%; 
font-weight: bold; 
text-transform: capitalize; 
color: #CCCCCC; 
margin-bottom: 0px; 
margin-top: 0px;
}

h4 {  
font-size: 70%; 
font-weight: bold; 
text-transform: capitalize; 
color: #CCCCCC; 
margin-bottom: 0px; 
margin-top: 0px;
}
h5 {  
font-size: 60%;  
font-weight: bold;  
color: #CCCCCC; 
margin-bottom: 0px; 
margin-top: 0px;
}
h6 {  
font-size: 50%; 
color: #CCCCCC; 
margin-bottom: 0px; 
margin-top: 0px; 
text-align: justify;
}
div.container {
width:612px;
font-size: 80%; 
font-weight: bold; 
text-transform: capitalize; 
text-align:center;
margin:auto;
}

div.bottom {font-size:50%;}

div.button a{
width:300px;
float:left;
border-style:solid;
border-width:1px;
margin:0;
}

a:link {  
font-weight: bold; 
color: #cccccc; 
text-decoration: none;
border-left-color:#CCCCCC;
border-top-color:#CCCCCC;
border-right-color:#333333;
border-bottom-color:#333333;

}
a:visited {  
font-weight: bold; 
color: #999999; 
text-decoration: none;
border-left-color:#CCCCCC;
border-top-color:#CCCCCC;
border-right-color:#333333;
border-bottom-color:#333333;
}
a:hover {  
font-weight: bold; 
color: #000000; 
text-decoration: none;
border-left-color:#660000; /* shadow */
border-top-color:#660000; /* shadow */
border-right-color:#FFCC00; /* Highlight */
border-bottom-color:#FFCC00; /* Highlight */
}

div.button a:link {  
background-color:#555555;
text-decoration: none;
}
div.button a:visited {  
background-color:#555555;
text-decoration: none;
}
div.button a:hover { 
background-color:#FF9900; 
text-decoration: none;
}