p, li, td, dt, dd {
	color:#ffffff;
	font-family:  "Trebuchet MS", Arial, sans-serif;
	}

h1, h2, h3{
    font-family: Bimini, Helvetica, Arial, sans-serif;
    font-weight: normal;
	color:#ffffff;
}		
	
h1 {
	text-align: center;
	font-size : 18pt;
}

h2 {
	text-align: left;
	font-size : 16pt;
}

h3 {
	text-align: left;
	font-size : 10pt;
}

dt {
	padding-bottom : 5pt;
	font-weight : bold;
}

dd {
	padding-bottom : 10pt;
}

.background
{
	color : White;
	font-size: 8pt;
}

.white
{
	color : White;
	font-size: 8pt;
	font-family:  "Trebuchet MS", Arial, sans-serif;
}

.small
{
	font-size: 8pt;
}
	
/*comments, credits, source material*/
.comments {font-size: 10pt; text-align: center; 
	margin-left : 20%;	margin-right : 20%;}
.credits {font-size:  10pt; text-align:  left}
.source {font-size:  8pt; text-align: left}	

/*link elements*/
A:link {
	text-decoration: none;
	font-weight: normal;
	color: #9CFF9C;
}
A:visited {
	text-decoration: none;
	font-weight: normal;
	color: #31CE31;
}
A:hover {
	text-decoration: none;
	font-weight: normal;
	color: Fuchsia;
}

