main.css 384 Bytes
html, body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #303030;
        margin: 0 0 0 0;        
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:hover,
a:focus {
	color: #555555;
}

.green-link {
	color: #008e00;
	text-decoration: underline;
}

.h1, h1 { font-size: 24px; margin-bottom: 18px; }
.h2, h2 { font-size: 18px; }
.h3, h3 { font-size: 16px; }