*{
	margin:0;
	padding:0;
}

body{
	color:#333;
	background:#fff;
}

/* Styling the page */

#page{
	width:100%;
	margin:20px auto;
}

#contentArea{
	overflow:hidden;
	padding-bottom:10px; 
	text-align:center;
}

#contentArea p {
font-size:10px; line-height:18px;
font-family:arial, helvetica, sans serif; 
padding:20px 20px 20px 0px; text-transform:uppercase;
}

/* Hyperlink styles */

a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#4086c7;
}

a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}