/* CSS Document */

body
{
background-color:#000000;
}
td 
{
background-color:#000000;
border: 1px solid #4d88b3;
padding:1px;
text-align:center;
}
table {
border:1px solid #4d88b3;
border-collapse:collapse;
width:71%;
margin:auto;
}
h1
{
text-align: center;
color: #ffffff;
font-family: "Arial";
font-size: 23px;
}
h2
{
text-align: center;
color: #ffffff;
font-family: "Arial";
font-size: 22px;
}
p
{
text-align: center;
color:#4d88b3;
font-family: "Arial";
font-size: 12px;
}
a
{
text-decoration: none;
font-family: "Arial"; 
font-size: 14px; 
color: #ffffff; 
}
a:hover 
{
text-decoration: none;
color: #4d88b3;
}

