/* CSS Document */

h1
{
    font-family: Default Font;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
h2
{
    font-family: Default Font;
    font-style: italic;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
h3
{
    font-family: Default Font;
    font-style: italic;
    font-size: small;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
p
{
    font-family:Default Font;
	font-size:small;
	color:#000000;
}
.navetable
{
    font-family: Default Font;
	font-size: xx-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
	bgcolor: #F8EDC0;
	td bgcolor:#F8EDC0;
}
.statetable
{
    font-family: Default Font;
	font-size: x-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
	bgcolor: #F8EDC0;
	td bgcolor:#F8EDC0;
}
.picturetable
{
    font-family: Default Font;
	font-size: x-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
}

.categories
{
    font-family: Default Font;
	font-size: small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
}
<!--

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #27343A;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style4 {color: #FFFFFF; font-weight: bold; text-align: center; font-style: italic; text-align: center;}
.style5 {color: #FFFFFF; font-weight: bold;}
.style9 {font-size: 11px}
.style10 {font-size: medium; font-style: italic; font-weight: bold;}
.style11 {font-size: small}
.style12 {color: #0000FF}
.style13 {color: #000000}
.style14 {font-size: xx-small}
.style15 {color: #9E0003}
-->