A:active,A:link,A:visited,A:hover{
    TEXT-DECORATION: none
	FONT-SIZE: 12px;
	color: #CC9966;
}

div#under{
	z-index:1;
	width:175px;
	height:175px;
	position:relative;
}
div#over{
	z-index:3;
	position:absolute;
	width:175px;
	height:24px;
	bottom:16px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#over p {
	background-color:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	color:#fff;
	line-height:22px;
	width:168px;
	margin: 3px;
	vertical-align:bottom;
}

BODY
{
    FONT-SIZE: 12px;
	TEXT-DECORATION: none;
    MARGIN: 0px;
    COLOR: #F0F0F0;
    FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color:#403323;
    
}

.main_menu{
	font-size: medium;
	text-decoration:none;
	color:#CC9966;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.notes{
	font-size:x-small;
	}

select {
	background-color: #403323;
	border: thin dotted #CCCCCC;
	color: #FFFFFF;
}

button,input {
	background-color: #624E35;
	border-collapse:collapse;
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
}
.button{
		color:#FFFFFF;
		border:#CC9966 1px solid;
		padding:3px;
		margin:3px;
		-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		height:18px;
		background-color:#762801;
		
		}