/*
 * Base style sheet for development.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #686504;
	margin: 5;
}

/* Custom link styles */
a:link {
	text-decoration: underline;
	color: #686504
}

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

a:hover {
	text-decoration: none;
	color: #000066
}

a:active {
	text-decoration: underline;
	color: #A52A2A;
}
