@charset "UTF-8";

body {
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 10px auto;
	text-align: center;
	}
	
a, a:link {
	color:  #666666;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

