/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: x-small;
 	color: rgb(255,255,255);
 	background-color: rgb(0,0,0)
}

H1 {
	color: rgb(153,0,255)
}

H2 {
	color: rgb(153,0,255)
}

H3 {
	color: rgb(153,0,255)
}