p, li, td, dt, dd, blockquote {
	color: #CE3100;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-family:  "Comic Sans MS",Bimini, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size : 18pt;
	color: #000000;
}

h2 {
	font-family:  "Comic Sans MS",Bimini, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size : 14pt;
	color: Gray;
}

h3 {
	font-family:  "Comic Sans MS",Helvetica, Arial, sans-serif;
    font-weight: normal;
	text-align: center;
	font-size : 12pt;
	color: Gray;
}

dt {
	padding-bottom : 5pt;
	font-weight : bold;
}

dd {
	padding-bottom : 10pt;
}

.background
{
	color : White;
	font-size: 8pt;
}

.title
{
	font-family: Helvetica, Arial, sans-serif;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding-bottom : 10pt;
	}
	
/*comments, credits, source material*/
.comments {
	font-size: 8pt;
	text-align: center;
	color : #663366;
}	

.source, .credits {
	font-size: 8pt;
	text-align: left;
	color : #663366;
}	


/*link elements*/

.underline
{
	text-decoration: underline; 
}

A:link {
	text-decoration: underline;
	font-weight: normal;
	color: #CE63FF;
}
A:visited {
	text-decoration: underline;
	font-weight: normal;
	color: Lime;
}
A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #9CFF9C;
}

