p {font-family: Times, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: white;
}

h1 {font-family: Times, Arial, Helvetica, sans-serif;
font-size: 18pt;
color: red;
}

h2 {font-family: Times, Arial, Helvetica, sans-serif;
font-size: 16pt;
color: white;
}

h3 {font-family: Times, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: white;
}

td {font-family: Tims, Arial, Helvetica;
color:white;
}

.redtext {
color: #FF0000;
}


.bigtext {
color: white;
font-size: 16pt;
text-decoration: underline;
}

.menu {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: white;
}

 .menu a:link {
color: blue;
text-decoration: underline;
}

.menu a:visited {
color: purple;
text-decoration: none;
}

.menu a:hover {
color: green;
text-decoration: none;
}

.menu a:active {
color: yellow;
text-decoration: none;
}

.biglink {
font-family: Times, Arial, Helvetica, sans-serif;
font-size: 16pt;
color: blue
}


.biglink a:link{color: blue;
text-decoration: underline;
}

.biglink a:visited {
color: purple;
text-decoration: none;
}

.biglink a:hover {
color: green;
text-decoration: none;
}

.biglink a:active {
color: yellow;
text-decoration: none;
}
