BODY {
	color : Yellow;
	background-color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

A {
	color : Lime;
	text-decoration : none;
}

A:HOVER {
	color : #ff0000;
	text-decoration : underline;
	background : 004400;
}

.red {
    font-family: Arial;
    color: Red;
	font-size : x-small;
} 

.yella {
    font-family: Arial;
    color: Yellow;
	font-size : x-small;
} 

.purp {
    font-family: Arial;
    color: #6633FF;
	font-size : x-small;
} 

.blu {
    font-family: Arial;
    color: #0088aa;
	font-size : x-small;
} 

.orange {
    font-family: Arial;
    color: #ee7700;
	font-size : x-small;
} 

.orange2 {
    font-family: Arial;
    color: #ee7700;
	font-size : small;
} 
