body {
background-color:#ccffff; 
background-image:url('valk3.png'); 
background-repeat:repeat-y;
background-attachment:fixed;
}

h1 {
text-align:center; color:#336666; font-size:50px; 
}

h2 {
text-align:center; color:#336666; font-size:30px;
}

table, th, td
{
border: 5px solid #336666;
}

table {
width:75%;
position:relative; 
left:125px;
}

td {
height:100px;
width:50%;
text-align:center;
vertical-align:center;
padding:10px;

}


.center {
text-align:center;
}


p {
font-family:"Times New Roman";
font-size:20px;
color:#336666; 
}

a {text-decoration:none; color:#003333; } /*link*/


a:visited {color:#339999;} /* visited link */
a:hover {color:#FF00FF;}   /* mouse over link */
