
body {
	background-color:#ccddcc; 
	margin-top:20px; 
	font-family:arial, helvetica; 
	color:#000000; 
	margin-left:40px;
}

.title {
	font-size:28px; 
	font-weight:bold;
	font-family:consolas, trebuchet ms, arial, helvetica;
	color:#000000;
	z-index:5;
}

#quote {
	color:#66cc66;
	width:500px;
}

p,td,input,textarea {
	font-size:12px;
}

#sectionheader {
	font-family:consolas, trebuchet ms, arial, helvetica;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	border-bottom: 1px dashed #335533;
	width: 400px;
}

#content {
	width:520px;
	padding-right:30px;
}

#menu a {
	text-decoration:none;
	font-family:consolas, trebuchet ms, arial, helvetica;
	font-weight:bold;
	color:#333333;
}

#menu a:hover {
	background-color:#334433;
	color:#bbccbb;
}

input,textarea {
	background-color:#cccccc;
}

a {
	color:#447744;
}

a:hover {
	background-color:#669966;
	color:#ccddcc;
}

img {
	border-color:black;
}

