body { background-color: #333; }
p { }
td { }
a:link { color: red; text-decoration: underline; }
a:visited { }
a:hover { color: #db944c; font-weight: bold; }
a:active {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.border { border: double 4px #000; }
.h1 { color: #000; font-size: 16px; font-family: "Times New Roman", Georgia, Times, serif; font-weight: bold; }
.h2 {
	color: white;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
}
.h4 { color: #dcdbdb; font-size: 16px; font-family: "Times New Roman", Georgia, Times, serif; }
