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

	body {
				background-color: #c6e9ff;
				color: black;
				font-family: Century Gothic, Arial, Helvetica, san-serif;
	        	font-size: medium;
}
#allcontent {
				width: 900px;
				margin-left: auto;
				margin-right: auto;
}

div#footer {
				text-align: center;
				color: #0099ff;
				
}
				
a:link {color:#0099ff; text-decoration: none;} 
a:visited {color:#ffffff; text-decoration: none;}
a:hover {color:#6bc5ff; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}

