html {
margin-top: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-weight: normal;
	font-size : 14px;
	
	}

a:link, a:visited , a:active {
	color: #990000;
	font-family : Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size : 14px;
	font-style: normal;
	text-decoration: none; 
}
a:hover {
        background-color: #b5a58c;
	color: black;
}

h1 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size : 26px;
	font-style: normal;
	text-decoration: none; 
	color: #666666;
	text-align: center;
}

h2 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size : 16px;
	font-style: normal;
	text-decoration: none; 
	color: black;
	text-align: left;
}

#f_right_title {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #295c8e;
	font-weight: normal;
	font-size : 16px;
	margin-bottom: 10px;
}
