BODY {
	background-color : Black;
	color : yellow;
	font-family: sans-serif;
	font-size: 12px;
	line-height : 15px;
}
A {
	color : yellow;
	font-family: sans-serif;
	font-size: 12px;
	line-height : 15px;
}

A:HOVER {
	color : Aqua;
	font-family: sans-serif;
	font-size: 12px;
		line-height : 15px;
}
A:ACTIVE {
	color : Silver;
	font-family: sans-serif;
	font-size: 12px;
		line-height : 15px;
}

TABLE {
	
}

TD {
	
}


TR {
	
}
