body {
	background-color: black;
	}
	
img.hiddenPic {
	display: none;
	}
p {
	color: black; 
	font-size: 125%; 
	}
	
a img {
	border: none; 
	text-decoration: none;
	}	
p.ws{
	color: #ffefd5;
	font-family: Arial;
	font-size: 15px;
	}
p.wm{
	color: #ffefd5;
	font-family: Times;
	font-size: 25px;
	}		
A.nolines:link	{
	color:black;
	font-weight:bold;
	text-decoration:none;
	border: 0;
	}
A.nolines:visited	{
	color:red;
	font-weight:bold;
	text-decoration:none;
	border: 0;
	outline: none;
	}
A.nolines:hover	{
	color:white;
	font-weight:bold;
	text-decoration:none;
	border: 0;
	}
A.here:link	{
	color:black;
	font-weight:bold;
	background-color:silver;
	padding: 2%;	
	text-decoration:none;
	}
A.here:visited	{
	color:black;
	background-color:silver;
	padding: 2%;
	font-weight:bold;
	text-decoration:none;
	cursor: default;
	}		
	
div.mainPage {
	margin: 0 10% 0 50%; 
}

div.float {             /*makes boxes for image and text*/
	margin: 0 15px 15px 0;
	float: left;
	width: 160px;
	height: 250px;
	text-align: center; 
	}
div.box {             /*makes boxes main page png links*/
	/*margin: 0 0 0 0;*/
	border: 3px blue solid;*/
	width: 450px;
	}							
