a:link
 { color: #fff080; text-decoration: none }
a:visited
 { color: #55d7d2; text-decoration: none } 
a:active 
 { color: #55d7d2; text-decoration: none }

a:hover
 { color: #fff }

body
       { color: white; font-size: 10pt; font-family: Georgia, "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif; line-height: 14px; background-color: #033 }
table
   { font-size: 10pt; line-height: 18px; padding: 2px; border: solid 0; table-border-color-dark: rgb(204, 0, 204); table-border-color-light: rgb(204, 153, 255)   }
h1
 { color: #003366; font-size: 10pt }
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: #CC3300;
}
h6
{
	color: rgb(204, 0, 153);
}
.tablert {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.dropcap {
	line-height: 2;
	text-transform: capitalize;
}
.headline   { color: #8b0000; font-weight: bold; font-size: 14pt; text-align: right; letter-spacing: 1px; margin-right: 12pt }
.cutline      { color: #8b0000; font-size: 10pt; text-align: left; letter-spacing: 0px; margin-right: 12pt; padding-top: 2pt; padding-bottom: 2pt; padding-left: 6pt }
.thumb {
	border: thin solid #999999;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;

}
.colorlink {
	color: #000066;
	text-decoration: underline;
}
.credit { font-size: smaller }
.bold { font-weight: bold }
.boldmaroon { color: maroon; font-weight: bolder }