a:link
{
	color: yellow; 
}
a:visited
{
	color: red; 
} 
a:active 
{
	color: yellow;
}
body
{
	font-family: Verdana, Arial, Helvetica; 
/*	font-family: Times New Roman,Times,serif; */
/*	font-family: cursive; */
	font-size: small;
	color: white;
	background-color: #320000;
}


h1
{
	color: #ffc;
	font-size: 1.1em;
}
h2
{
	color: #f1f1f1;
	font-size: 1.0em;
}
h3
{
	color: #ffc;
	font-size: .9em; 
}
h4
{
	color: #ffc;
	font-size: .9em;
}
h5
{
	color: #ffc;
	font-size: .8em;
}
h6
{
	color: rgb(51,102,204);
}
.nav
{
	font-size: small;
	text-decoration: none;
}
.nav:link
{	
	color: #ffc;
}
.nav:hover
{
	font-weight: bold;
	font-variant: small-caps;
}
.nav:visited
{
	color: red;
}
.trlnk
{
	font-size: x-small;
}

.footer
{
	font-size: xx-small;
}