body { 
	margin: 0px; padding: 0px; 
	background-image: url("/images/background.gif");
	background-attachment: fixed;
}

.text, .menu, .footer, .menus, .menuT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%; color: black; 
}
a.menu:link, a.menu:visited  { 
	font-weight: bold; display: block; padding: 0px;  color: black;
	padding-left: 17px; text-decoration: none; height: 20px; line-height: 20px;
}
a.menu:hover {background-color: #CCCCCC; text-decoration: none;}

a.menus:visited, a.menus:link { 
	font-weight: bold; display: block; width: 100%; padding: 0px;
	padding-left: 17px; text-decoration: none;  height: 20px; 
	color: white; line-height: 20px;
}
.text { font-size: 77%; line-height: 140%; }
.footer { font-size: 11px; color: #666666; }

a.menuT:link, a.menuT:visited  { 
	font-weight: bold; display: block; padding: 2px;  color: black;
	text-decoration: none; height: 20px; line-height: 20px;
}
a.menuT:hover {background-color: #CCCCCC; text-decoration: none;}

