@charset "utf-8";
/* CSS Document */

body { 
	height: 100%;
	background-color: white; /* background color on the sides*/
	color: black; /* text color */
	} 

a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}



