html, body
{
	background-color: #ff99ff;
	color: #ff99ff;
}

a
 {
	color: #ff99ff;
	font-weight: bold;
	font-size: 12pt;
}

a:hover 
{
	color: #ff00ff;
}

img
 { 
	border: none;
 }
 
 #wrapper
 {
	width: 800px;
	height: auto;
	background-color: #000000; 
	margin-left: auto;
	margin-right: auto; 
 }
 
 #template
 {
	width: 700px;
	height: auto;
 }
