a:link {
	background-color: transparent;
	color: #A1AD84;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: transparent;
	color: #A1AD84;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #D8E8B1;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	background-color: transparent;
	color: #A1AD84;
	text-decoration: none;
	font-weight: bold;
}

.text {
	background-color: transparent;
	font: 12px Arial;
	color: #FFFFFF;
}

.smtext {
	background-color: transparent;
	font: 11px Arial;
	color: #FFFFFF;
	font-weight: bold;
}

.largetext {
	background-color: transparent;
	font: 14px Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.menuitem {
	background-color: transparent;
	font: 18px Arial;
	font-weight: bold;
	color: #D4B57F;
}

.small {
	background-color: transparent;
	font: 10px Arial;
	color: #FFFFFF;
}

.smallest {
	background-color: transparent;
	font: 9px Arial;
	color: #000000;
}

.grey {
	background-color: transparent;
	font: 10px Arial;
	color: #999999;
}

input {font: 10px Arial, color: black, font-size: 36px, background: yellow;}
textarea {font: 10px Arial, color: black;}
select {font: 10px Arial, color: black;}