BODY {
	text-decoration : none;
	color : #00ff00;
	font-family : Lucida Console;
	font-size : 12px;
	background : Black;
}

TABLE {
	border : 0px;
	font-size : 12px;
}

A:LINK {
	color : #ffe21c;
	text-decoration : none;
}

A:VISITED {
	color : #ffe21c;
	text-decoration : none
}

A:HOVER {
	color : #ffe21c;
	text-decoration : underline;
}

A:ACTIVE {
	color : #ffe21c;
	text-decoration : none
}

font#blinking {
	text-decoration: blink;
}