body {background-color:#000033}
h1,h2,h3,h4,h5,h6
{
font-family:Bradley Hand ITC, cursive;
color:white;
font-weight:bold;
text-align:center;
}
p
{
font-family:Bradley Hand ITC, cursive;
color:#EOEOEO;
font-weight:bold;
margin-left:10px;
margin-right:10px;
}
a:link {color:aqua}
a:active {color:red}
a:visited {color:aqua}
a:hover {color:yellow}
a:onmouseout {color:red}
a:onmouseover {color:blue}
a:onclick {color:aqua}
p.center
{
text-align:center;
margin-left:40px;
margin-right:40px;
}
p.border 
{
border-style:solid;
border-width:5px;
border-color:aqua;
}
td
{height:10px; width:60px}
hr
{
color:gray;
width:5px;
}




