*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	scrollbar-face-color: #D5D6D5; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color: #636; 
	scrollbar-shadow-color: #636; 
	scrollbar-arrow-color: #636; 
	scrollbar-track-color: #E6E6E6;
}
a{
 	text-decoration: none;
	cursor: pointer;
	color: #636;
}
a:hover{
 	text-decoration: none;
	cursor: pointer;
	color: #81417D;
}
#pub_masta{
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 45px;
	background-image: url('../img/public/footer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #999;
}