a 		{ color:#c96; font-weight:bold; }
a:active 	{ color:#339; }
a:visited 	{ color:#963; }
a:hover		{ color:#966; text-decoration:none; }

body		{ color:#333; background-color:#cc9; margin:10px; font-size: x-small; font-family: trebuchet ms, verdana, sans-serif, arial; line-height: 1.5em; }

h1		{ font-size: 160%; margin:6px; color:#cc9966; text-align:center; }
h2		{ font-size: 140%; margin:6px; color:#888833; text-align:center; }
h3		{ font-size: 120%; margin:6px; color:#666655; text-align:center; }

.ad		{ font-size:  80%; color:#333333; background-color: #FAEEC5; padding:4px; border: 2px solid #fc3; text-align: center; }

.content {
	position:relative; 
	width:auto;
	min-width:120px;
	margin:5px 185px 15px 185px;
	border:1px solid black;
	color:#333;
	background-color:#FFFBDF;
	padding:10px;
	z-index:3;
	}
	
#menulinks {
	position:absolute;
	width:160px;	
	top:75px;
	left:15px;
	border:1px dashed #7F7A6E;
	color:#333;
	background-color:#E5E0D4;
	padding:10px;
	z-index:2;	
	}
		
#menurechts {
	position:absolute;
	width:160px;
	top:75px;
	right:15px;
	border:1px dashed #7F7A6E;
	color:#333;
	background-color:#E5E0D4;
	padding:10px;
	z-index:1;	
	}

ul { list-style-type: disc; margin:5px; padding:6px; }
li { margin-bottom: 5px; }


	

























