* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	font-family:"Trebuchet MS";
	background-color: #8d756c;
}
.main_title{
	font-size: 20px;
}

a:link {
	color:#ffffff;
	font-weight: normal;
    text-decoration: none;
} 
a:visited {
	color:#ffffff;
	font-weight: normal;  
    text-decoration: none; 
}
a:hover {
	color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
} 
a:active { 
	color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
}