<!-- The normal look for text -->
body.normal {
        font-family: sans serif;
        font-size: 14;
        font-style: normal;
        font-color: blue;
	margin: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: White;
	}

<!-- The normal heading for a paragraph - blue background, white text -->
th.heading {
        font-family: arial, sans serif;
	font-size: 12;
	font-style: bold;
	color: White;
	background-color: #029DD0;
	text-align: left;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 10px;
	}

<!-- The normal column heading for table headings -->
th.normal {
        font-family: arial, sans serif;
        font-size: 12;
        color: White;
        align: left;
        background-color: #02058a;
        }

tr.even {
        font-family: book antiqua, arial, sans serif;
        font-size: 12;
        color: #02058a;
        style : bold
        background-color: white;
        }

tr.odd {
        font-family: arial, sans serif;
        font-size: 10;
        color: #02058a;
        background-color: white;
        }

th.headlink {
        font-family: arial, sans serif;
        font-size: 10;
        color: #02058a;
        background-color: white;
        }

table.mainpage {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 10px;
        }

<!-- Links -->
a:link {color: red; font-size: 14; text-decoration: none}
a:visited {color: red; font-size: 14; text-decoration: none}
a:hover {color: red; font-size:14; text-decoration: underline}

