/* STYLE SHEET for menus */

INPUT {
	font-family : Courier, Monospace;
	color : darkblue;
	font-weight : bold; 
	background-image : url('gifs/chakana.jpg');
	cursor : hand
}



BODY {
	background-color: peru; background-image: url('gifs/ari2trans.gif'); 
	background-repeat: repeat-y; 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: khaki;
	text-align: center;
	border: ridge 5px sienna;
}

TD.var {
	background-color: tan;
	text-align: center;
	border: ridge 5px sienna;
}
	
TD.var1 {
	background-color: burlywood;
	text-align: center;
	border: ridge 5px sienna;
}

TD.var2 {
	background-color: wheat;
	text-align: center;
	border: ridge 5px sienna;
}