a:hover {
color: #17445B;
}

a {
font: bold;
}

a.commentItem {
font: normal;
}

a.menuItem {
text-decoration: none;
}

a.menuItem:hover {
color: #00DD00;
text-decoration: none;
}

body {
margin: 0;
padding: 0;
}

.heading {
font-family: 'Trebuchet MS', Arial, Helvetica;
font-size: 16pt;
font: bold;
}

.small {
font-family: Verdana, Arial, Helvetica;
font-size: 7pt;
color: #DD0000;
font: bold;
}

p.sectionhead {
color: #CC0000;
font-size: 24pt;
text-align: center;
}

img.screenshot { 
	border : solid black 1px;
};

.posted {
	font-weight: bold;
	font-size: 10pt;
}

.copyright {
	font-size: 10pt;
	color: #ffffff;
}

div.code {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	padding-left: 20px;
	width: 80%;
}