body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-image: url(images/bg-faded.jpg);
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 18px;
	font-weight: bold;
}

a:link {
  text-decoration: none;
	color: #1C9A00;
	font-weight: bold;
}

a:visited {
  text-decoration: none;
	color: #1C9A00;
	font-weight: bold;
}

a:hover {
  text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

a:active {
  text-decoration: none;
	color: #1C9A00;
	font-weight: bold;
}

a.ondark:link {
  text-decoration: none;
	color: #F4D884;
	font-weight: bold;
}

a.ondark:visited {
  text-decoration: none;
	color: #F4D884;
	font-weight: bold;
}

a.ondark:hover {
  text-decoration: none;
	color: #00FF00;
	font-weight: bold;
}

a.ondark:active {
  text-decoration: none;
	color: #F4D884;
	font-weight: bold;
}

#white { color: #FFFFFF; }
#red { color: #FF0000; }
#light { color: #F4D884; }
#dark { color: #720A05; }
