/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

body, blockquote, p, div, dl, form, caption {
	font-size: 12pt;
	font-weight: bold;
}

ul, li, ol {
	font-size: 12pt;
	font-weight: bold;
}

p {
	cursor: hand;
}

h1 {
	color: #800000;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: #800000;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}

h3 {
	color: #800000;
	font-size: 16pt;
	font-weight: bold;
}

h4 {
	color: #800000;
	font-size: 14pt;
	font-weight: bold;
}

table {
	font-size: 10pt;
	font-weight: bold;
}

td {
	font-size: 10pt;
	font-weight: bold;
}

td.ten {
	font-size: 10pt;
	font-weight: bold;
}

td.twelve {
	font-size: 12pt;
	font-weight: bold;
}

th {
	color: #800000;
	font-size: 12pt;
	font-weight: bold;
}


