/*  Base stylesheet  */
body {
	color: #000000;
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/*  Links ...  */
a:link {
	color: #0000ee;
	text-decoration: none;
}

a:visited {
	color: #551abb;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*  Text styles  */
.small {
	font-size: .8em;
}

.small-italic {
	font-size: .8em;
	font-style: italic;
}

.smallest {
	font-size: .7em;
}