body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

a:link {
    text-decoration: none;
	color: #582E2D;
	font-weight: bold;
}

a:visited {
    text-decoration: none;
	color: #582E2D;
	font-weight: bold;
}

a:hover {
    text-decoration: none;
	color: #C82E2D;
	font-weight: bold;
}

a:active {
    text-decoration: none;
	color: #C82E2D;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #AB7E6B; }
#dark { color: #582E2D; }
