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

/* This page was created by Rohan Webb */
	
/*Unwanted elements */
#header, #smallimages, .noprint{
	display: none;
}

/* Content span full width */
#container { 
	width: 100%; 
	margin: 0; 
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 25px;

}

/*Color of links */
a:link {
	color:#666; 
}

a:visited {
	color:#666;
}


