html,body{
	margin:0;
	padding:0;
	text-align:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

a:link{color:#2a3d54;text-decoration:underline;}
a:visited{color:#2a3d54;text-decoration:none;}
a:hover{
	color:#FFF;
	text-decoration:underline;
	background-color: #F60;
}
a:active{color:#2a3d54;text-decoration:underline;}

h1{
	font:bold 25px verdana;
	width: 350px;
	margin:0;
	padding:0;
	color:#396;
	margin-bottom:8px;
	margin-left:20px;
	margin-top:10px;
	text-decoration: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 145%;
}

h2{
font:bold 12px verdana;
width: inherit;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#2C425C;
margin-bottom:8px;
margin-left:20px;
margin-top:10px;
}

h3{
	font: bold 16px Verdana;
	margin:0;
	color:#F5FAFE;
	padding:0;
	float:left;
	margin-top:30px;
	margin-left:30px;
	height: 40px;
}	

.centreer {
	text-align: center;
}
