/* CSS Document */

body {
	background-color: #575757;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu {
	font-size: 14px
}
.header {
	font-size: 20px; font-weight: bold;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.heading {
	font-size: 16px; 
	font-weight:bold;
}
.block { 
	border: thin solid #575757;
}
