* {
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

body {
	background-color: #c9c8c7;
	color: #2f2f2f;
}

a {
	text-decoration: underline;
	color: #850077;
}

a:hover{
	color: #5B8CCF;
}

.footer {
	background-color: #ffff99;
	color: #D6D7D6;
}

.footer a {
	color: #850077;
}

.title {
	font-weight: bold;
	padding: 1px;
	background-color: #f0f0f0;
	color: #494945;
}

.title a {
	color: #494945;
	text-decoration: none;	
}

.navarea {
	background-color: #ffff99;
	color: #494945;
}

.navarea a {
	color: #850077;
}

.evenrow {
	background-color: #f0f0f0;
	font-weight: bold;
	color: #850077;
	margin: 2px;
}

.evenrow a {
	text-decoration: none;
	font-weight: bold;
	color: #850077;
}

.oddrow {
	background-color: #f0f0f0;
	font-weight: bold;
	color: #850077;
	margin: 2px;
}

.oddrow a {
	text-decoration: none;
	font-weight: bold;
	color: #850077;
}

#commentUser {
	font-weight: bold;
}

#commentPosted, #commentSource {
  font-style: italic;
  color: #850077;
}

input{
  font-size: smaller;
}
