/* STYLE SHEET for menus */

INPUT {
	font-family : Courier, Monospace;
	color : darkblue;
	font-weight : bold; 
	cursor : hand
}



BODY {
	background-color: peru; 
	background-image: url('gifs/ari2trans.gif'); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: right center;
}

a {
	font:bold 11px arial;
	text-decoration: none;
	color: #000000;
	display: block;
	height:10px;
	padding-top:1px;
	padding-bottom:1px;
}

a.var {	height:10px;}
a:link { color : brown }
a:visited { color : #0000FF; text-decoration :none }
a:hover { font-style : italic; color : darkviolet; font-size : 12px;}
a:active {BACKGROUND-color : LINEN; text-decoration :none }

TD {
	background-color: #deb887;
	text-align: center;
	border: groove 5px sienna;
	padding: 8px;
}

TD.ari {
	background-color: sienna;
	font: normal 7pt arial;
	color: yellow;
	text-align: center;
	border: ridge 5px sienna;
}

TD.paper {
	background-color: lightyellow;
	PADDING: 20px;
	font: 11px arial;
	color: maroon;
	text-align: left;
	border: ridge 0px lightyellow;
}

TD.paper2 {
	background-color: lightyellow;
	PADDING: 8px;
	font: 12px arial;
	color: maroon;
	text-align: center;
	border: ridge 0px lightyellow;
}
	
TD.ivory {
	background-color: #FFFFF0;
	text-align: center;
	border: ridge 0px ivory;
}

TD.wheat {
	background-color: #f5deb3;
	text-align: center;
	border: ridge 5px wheat;
}


TD.oldlace {
	background-color: #FDF5E6;
	text-align: center;
	border: ridge 0px oldlace;
}

TD.linen {
	background-color: #FAF0E6;
	text-align: center;
	border: ridge 5px sienna;
}

TD.burlywood {
	background-color: #DEB887;
	text-align: center;
	border: ridge 5px sienna;
}

TD.tan {
	background-color: #D2B48C;
	text-align: center;
	border: ridge 5px sienna;
}
