a:link, a:visited, a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:active
{
	color: #BBCCAA;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	color: #FFFFFF;
	background-color: #003300;
}

p, td, th, blockquote, li
{
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Courier New", Courier, Fixed;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 
{
	font-weight: bold; 
	background-color: #99BB99; 
	color: #000000; 
	margin-top: 4px; 
	padding: 4px; 
}

h1 { font-size: 1.40em; }
h2 { font-size: 1.30em; }
h3 { font-size: 1.20em; }
h4 { font-size: 1.10em; }
h5 { font-size: 1.00em; }
h6 { font-size: 1.00em; }

hr {
	color: #000000; 
}

.brown
{
	background-color: #CCEECC;
}

.first
{
	font-size: 18px;
}

.fixed
{
	font-family: "Courier New", Courier, Fixed;
	font-size: 12px;
}

.nav
{
	color: #BBCCAA;
	font-size: 13px;
}

.upcoming
{
	color: #FFFFFF;
	font-size: 13px;
}

.random
{
        margin: 2px;
        text-align: left;
}

.author
{
        font-size: 13px;
        text-align: right;
}

