body
{
background-color: #000066;
}

p
{
color: #00FF33;
font-size: 25px;
}

h1, h2, h3, h5
{
color: yellow;
font-family: "Comic Sans MS", "Trebuchet MS", "Courier New", serif;
font-variant: small caps;
font-weight: bold;
font-size: x-large;
text-align: center;
}

a:link 
{
color: #FFFFFF;
}

a:visited 
{
color: #FFFF99;
}


a:hover 
{
color: #FFFF00;
}


a:active 
{
color: #FFFF99;
}


ol, ul
{
color: lime;
font-size: 20px;
}

td
{
color: lime;
font-size: 20px;
}

.important
{
color: white;
font-size: x-large;
font-weight: bold;
text-indent: 30px;
text-decoration: underline;
text-decoration: blink;
}

.little
{
font-size: x-small;
}
 

