/* CSS Document */

body{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
body,td,th {
	color: #666;
}
h1 {
	
	text-align:center;
}
body {
	margin:20px;
	text-align:justify;
	background:#EEE;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
	
	text-decoration:underline;
}
