
h1, h3{color: red}
h2, h4{color: #008800} 			/* Dark green*/

a:link{
    color: red;
    text-decoration: underline}

a:visited{
    color: #008800;
    text-decoration: underline}

a:hover{
    color: white;
    text-decoration: underline}

a:active{
    color: #FFD700; 			/* Gold */
    text-decoration: underline}

a.navlink:link{
    color: #FFD700;
    text-decoration: underline}

a.navlink:visited{
    color: #FFD700;
    text-decoration: underline}

a.navlink:hover{
    color: white;
    text-decoration: underline}

a.navlink:active{
    color: #FFD700;
    text-decoration: underline}

body, td{
    margin: 1px 1px;
    font-family: Geneva, Verdana, Helvetica, Arial, Sans-Serif;
    color: #FFD700;
    font-size: 10pt;
    background-color: black}

hr{
    height: 1px;
	border-width: 0;
	color: gray;
	background-color: gray}

table{
	border-collapse: separate;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	text-align: left}

span.aslink{
	cursor:pointer;
	text-decoration:underline}
	
.red {color: red}
.gold {color: #FFD700}
.green {color: #008800}

.bold{font-weight: bold}
.small{font-size: 8pt}
.big{font-size: 12pt}
.bigger{font-size: 14pt}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}

.nowrap {white-space: nowrap}
