P  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
}
.black{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}
.small {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Gray;
}
.bluegold{
	font-size : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : 900;
	font-style : normal;
	color : Blue;
	background-color : Yellow;
	text-align : center;
}
.crumb{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : 900;
	font-style : normal;
	color : gray;
	background-color : Yellow;
	text-align : center;
}
H1  {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-style : normal;
	color : Black;
	background-color : transparent;
	font : times new roman;
}

H2  {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	background-color : Blue;
}

H3  {
	font-size : 20px;
	font-family : "Times New Roman", Times, serif;
	font-weight : 900;
	font-style : normal;
	color : Blue;
	text-align : center;
}

A  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : underline;

} 

A:Visited  {
	color : Purple;
}

A:Active  {
	color : red;
}

A:Hover  {
	color : Red;
}

BODY td {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #00008B;

}

em  {
	color : Black;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}



