H1
{
	font-family:Trebuchet MS;
	color:white;
	text-decoration:underline;
}

H2
{
	font-family:Trebuchet MS;
	color:Black;
	text-decoration:underline;
}

Strong 
{
	font-family:Arial;	
}

a 
{
	color:#FFCC00;
}

a:hover
{
	color:gray;
	text-decoration:none;
}
.used 
{
	color:black;
	font-decoration:bold;
}
	
.used:hover 
{
	color:#800000;
	text-decoration:none;
}
	
p 
{
	font-family:Bookman Old Style;
}

.navbar 
{
	color:#FFCC00;
}

.navbar:hover
{
	color:white;
	text-decoration:none;
}