
body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	/*color:#8b2a17;*/
	color:black;
	text-decoration:none;
}
a:hover {
	color: #fffe00;
	text-decoration:underline;
}
.menu a:link,.menu a:visited,.menu a:active {
	color:#ffffb2;
	text-decoration:none;
}
.menu a:hover {
	color: #fffe00;
	text-decoration:none;
}
.currentproject a:link,.currentproject a:visited,.currentproject a:active {
	color:#fffe00;
	text-decoration:none;
}
body {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 12px  */	
	font-size: 75%;
	background-color:#666;
	/*line-height:120%;
	letter-spacing:1px;*/
}
.bodycolor {
	background-color:white;
}
.menu {
	background-color:black;
	color:#ffffb2;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	/*line-height:200%;*/
}
.maincontent {
	padding-left:20px;
	vertical-align:top;
	background-image:url(../images/maincontent-image.gif);
}
.currentpage {
	color: #fffe00;
	font-weight:bold;
}
.currentproject {
	color: #fffe00;
	font-weight:bold;
}
.notcurrentproject {
	color: black;
	font-weight:normal;
}
.allcaps {
	text-transform:uppercase;
	font-weight:bold;
}
a h1, h1 {
	font-size: 100%;
	font-weight:bold;
}
	
