/* Body & Text */
body				{ font-family: "Arial"; font-size: 9pt; }
p					{ font-family: "Arial"; font-size: 9pt; }
div					{ font-family: "Arial"; font-size: 9pt; }

/* Tables */
th					{ font-family: "Arial"; font-size: 12pt; color: white; background-color: #888888; }
td					{ font-family: "Arial"; font-size: 9pt; }

/* Lists */
ul					{ font-family: "Arial"; font-size: 9pt; }
ol					{ font-family: "Arial"; font-size: 9pt; }

/* Links */
a:link, a:visited	{ color: blue; }
a:hover, a:active	{ background-color: blue; color: white; text-decoration: none; }

/* Headings */
h1 			  		{ font-family: "Arial"; font-size: 24pt; font-weight: bold; text-decoration: underline; }
h2					{ font-family: "Arial"; font-size: 20pt; font-weight: bold; text-decoration: underline; }
h3					{ font-family: "Arial"; font-size: 16pt; font-weight: bold; text-decoration: underline; }
h4					{ font-family: "Arial"; font-size: 14pt; font-weight: bold; text-decoration: underline; }
h5					{ font-family: "Arial"; font-size: 12pt; font-weight: bold; text-decoration: underline; }
h6					{ font-family: "Arial"; font-size: 10pt; font-weight: bold; text-decoration: underline; }

/* Special Classes */
.big				{ font-size: 12pt; }
.small				{ font-size: 8pt; }
.highlight			{ color: red; }
.indent				{ text-indent: 25; }
.order				{ font-size: 12pt; font-weight: bold; text-align: center; }
.term				{ font-weight: bold; text-decoration: underline; }
.server				{ color: red; font-weight: bold; font-size: 12pt; }
