/* CSS Document */

p {
color: #333333;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-size :12px;
}

p.big {
color: #333333;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-size: 150px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}

a:link {
	color: #5e5e5e;
	text-decoration: none;
	}

a:visited {
	color: #5e5e5e; 
	text-decoration: none;
	}		

a:hover {
	color: #333333;
	background-color: #f26653; 
	}
	



