body { background: url(../img/bck.gif) repeat; }

Font  {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
        color: silver;
        
        }

#big_font  {

	font-family : Arial;
	font-size : 14px;
	font-weight : none;
        color: red;
        text-align: center;
	
}

A:LINK, A:VISITED  {
	color : #FF8000;
	font-family : Arial;
	font-size :12px;
	text-decoration : none;
	font-weight : normal;
}

A:HOVER  {
	color : #FF8000;
	font-family : Arial;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}

#index_head {
   color: #CACACA;
   font-weight: normal;
   font-size: 12px;
}

}

#index_links {
   color: #772B1A;
   font-weight: normal;
   font-size: 12px;
}

}

#index_temp {
   color: #dddddd;
   font-weight: normal;
   font-size: 9px;
}

#menu01 {
width:100px;
background-color: #282828;
margin: 10px;
padding-left:8px;
padding-right:8px;
padding-TOP:6px;
padding-BOTTOM:6px;
border:solid 1px #CACACA;
font: normal 11px verdana, sans-serif;}

#menu01 ul, #menu01 li {
list-style-type: none;
        padding: 0px;
        margin: 0px;
}



#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {display:block;
border: solid 1px #000;
background-color:#000000;
color:#F3EDC6;
text-decoration:none;
margin-bottom: 2px;
margin-top: 2px;
padding-left: 5px;
height: 24px;
line-height: 24px;
}

#menu01 li a:hover {background-color:#69000A;
                color: #FF9900;
                border: solid 1px black;
}