html,
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFF;
	color:#666;
	height: 100%;
	width:100%;
	margin:0px;
}
.container{
	position:relative;
	max-width:800px;
	padding:30px;
	margin:0 auto;
	height:auto;
	text-align:center;
}
p.par1{
	font-size:18px;
	color:#2f3c66;
}
p.par2{
	font-size:10px;
}
a{
	color:#2f3c66;
	text-decoration:none;
}
a:hover{
	color:#ee4a24;
	text-decoration:none;
}
a:visited{
	color:#2f3c66;
	text-decoration:none;
}