body, td, th, h  {
	color: #ffffff;
	font-family: monospace;
	background-color: #000000;
}

a.one:link {
        color: #ffffff;
	background-color: #000000;
	line-height: 0.4cm;
	text-decoration: none;
        text-transform: lowercase;
	font-family: monospace;
        font-weight: bold;
}

a.one:active {
        color: #ffffff;
	background-color: #000000;
        font-weight: bold;
       	line-height: 0.4cm;
	text-decoration: none;
        text-transform: lowercase;
	font-family: monospace;
}

a.one:visited {
	color: #999999;
	background-color: #000000;
	text-decoration: none;
	line-height: 0.4cm;
	font-family: monospace;
	font-weight: bold;
	text-transform: lowercase;
}

a.one:hover {
        color: #ffffff;
        background-color: #000000;
        font-weight: bold;
       	line-height: 0.4cm;
        font-family: monospace;
        text-decoration: none;
        text-transform: uppercase;

}

h3 {
        color: #ffffff;
        background-color: #000000;
        line-height: 0.4cm;
        font-weight: bold;
        font-family: monospace;
        text-decoration: underline;
        text-transform: uppercase;
}

a.two:link {
        color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-family: monospace;
        font-weight: normal;
}

a.two:active {
        color: #ffffff;
	background-color: #000000;
        font-weight: normal;
	text-decoration: none;
	font-family: monospace;
}

a.two:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-family: monospace;
	font-weight: normal;
}

a.two:hover {
        color: #ffffff;
        background-color: #000000;
        font-weight: normal;
        font-family: monospace;
        text-decoration: none;
}


a.three:link {
        color: #ffffff;
	background-color: #000000;
	text-decoration: underline;
	font-family: monospace;
        font-weight: bold;
}

a.three:active {
        color: #ffffff;
	background-color: #000000;
        font-weight: bold;
	text-decoration: underline;
	font-family: monospace;
}

a.three:visited {
	color: #666666;
	background-color: #000000;
	text-decoration: underline;
	font-family: monospace;
        font-weight: bold;
}

a.three:hover {
        color: #ffffff;
        background-color: #000000;
        font-weight: normal;
        font-family: monospace;
        text-decoration: blink;
}

