<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
p, div, td
{
	font-family: verdana;
	font-size: 12px;
}
body
{
	background-color: #38457C;
	margin: 50px;

}
h1
{
	color: navy;
	font-size: 16px;
}
h2
{
	color: #0D5CDF;
	font-size: 14px;
}
.content
{
	border: solid 5px #E7E8B0;
	background-color: white;
}
.contentMatEdge
{
	border: 2px solid #DDDDDD;
}
.frame
{
	border: solid 5px black;
	padding: 5px;
	background-color: white;
}
.blurb
{
	background-color: #E0E9F2;
	background-color: #E3E3E3;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EEEEEE,endColorStr=#BBBBBB);*/
	border-bottom: 1px solid silver; 
	padding: 10px;
}
.menuLink
{
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.menuLink:hover
{
	color: yellow;
}
</pre></body></html>