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

body {
	background-color: #cccccc;
	margin: 20px;
	margin-top: 10px;

}
body,td,th {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	color:#666;
}

h1{
	font-size:18px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}