body {
	
	text-align:center;
	background-color: #cccccc;
	
	color: #000000;
	

}	





a:link{
	
	color: #0000ff;
	
	background-color: #ffffff;
	
	text-decoration: underline;
	

}






a:hover {
	
	color: #ff00ff;
	
	background-color: #ffffff;
	
	text-decoration: underline;
	
	
}



a:visited{
	
	color: #b0b0ff;
	
	background-color: #ffffff;
	
	text-decoration: underline;
	
}



a:active{
	
	color: #000000;
	
	background-color: #ffffff;
	
	text-decoration: none;
	
}

div.outer
{
	
	height: 100%;
	width: 100%;
	display: table;

	text-align: center;
	
}


div.container
{
	
	width: 75%;
	margin: 0px;
	border: 1px solid #CD853F;
	background-color: #ffffff;

	text-align: left;

}

div.header,div.footer
{
	padding:0.5em;
	color:white;
	background-color: #CD853F;
	clear:left;
	text-align: center;
}

div.content
{
	padding:1em;
}


div.center{
	
	text-align: center;
}

h1{
	
	color: #ffffff;

}


img {
	border-style: none;
}

p{
	
	
	color: #000000;	

}

p.update{
		
	color: #ffffff;
	font-size: 0.6em;	

}



