﻿body 
{
    font-family:Arial;
}

a:link{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:none; color:#ff0000}

table{font-family:Arial; font-size:13}

/*Page heading text and subtext*/
h1 
{
    text-align:center;
    color:#000080;
    font-size:30;
    font-weight:bold;
}

h2 
{
    text-align:center;
    color:#000080;
    font-size:20;
    font-weight:bold;
}

/*This is for centering stuff on a page*/
#centerlist 
{
    text-align:center;
}

/*This is for the credits on the bottom of each page*/
#credits 
{
    font-size:10;
    font-style:italic;
}
