a:link {
	color: #9A544A;
}
a:visited {
	color: #9A544A;
}
a:hover {
	color: #9A544A;
}
a:active {
	color: #9A544A;
}

body {background-color: #abb171;
		margin-left: 0px;
	  margin-top: 0px;}
.pwr {color: #dbdeaf}
	  
.fill {background-color: #9a544a;}

.main {font-family: Verdana;
	  font-size: 11px;
	  
	  padding: 10px;
	  font-weight: normal;
	  color: #000000;
	  text-decoration: none;
	  text-align: justify;}

.menu:link, .menu:visited {
margin: 2 2px;
width: 120px; /* definition of menu button size */
height: 20px;
display: block;
text-align: center;
border: 1px grey;
font-family: "Palatino Linotype";
text-decoration: none;
color: #000;
background: #e2c8b1;
}

.menu:hover {
background: #dbdeaf;
border: 1px grey;
}

.menu:active {
background: #adb373;
border: 1px grey; 
color: #fff;
}/* CSS Document */

