a.black {
	text-decoration:none;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

a.black:hover   {
        font-family: "Courier New", Courier, mono;
        font-size: 14px;
        color: #841212;
        background-color: #fff0c0;
        text-decoration: none;
}

a.white {
	text-decoration:none;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

a.white:hover   {
        font-family: "Courier New", Courier, mono;
        font-size: 16px;
        color: #000000;
        background-color: #fff0c0;
        text-decoration: none;
}

body {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #009900;
}
