body {
background-color:#0000ff; 

}

h1 {
text-align:center; color:#6699cc; font-size:50px; 
}

h2 {
text-align:center; color:#6699cc; font-size:30px;
}

table, th, td
{
border: 5px solid #6699cc;
}

table {
width:50%;
position:relative; 
left:350px;
}

td {
height:100px;
width:50%;
text-align:center;
vertical-align:center;
padding:10px;

}


.center {
text-align:center;
}


p {
text-align:center;
font-size:20px;
color:#6699cc; 
}

a {text-decoration:none; color:#6699cc; } /*link*/


a:visited {color:#ff6600;} /* visited link */
a:hover {color:#FF00FF;}   /* mouse over link */
