body {
	background-color: #000;
	font-family: arial, sans-serif;
	color: rgb(255,255,255);
	font-size: 16px;
	}
	
h1 {
	color: rgb(255,255,255);
	font-size: 24px;
	}
	
h2 {
	color: rgb(210,210,210);
	font-size: 18px;
	}
	
a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {text-decoration: none;}

p.smalltext {
	font-size: 12px;
	color: rgb(180,180,180);
	}
