body,html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#2B2B2B;
}
h1,h2,h3{
	color:#E01E30;
}
h1{
	font-size:20px;
	text-align:center;
}
h2{
	font-size:15px;
	text-align:left;
}
h3{
	font-size:13px;
	text-align:left;
}
a{
	color:#E01E30;
	text-decoration:none;
}
a:hover{
	color:#E01E30;
	text-decoration:underline;
}
p{
	margin:0;
	padding:0;
}
img{
	border:none;
	margin:5px 7px;
}
div.copy{
	position:absolute;
	color:#FFF;
	font-size:10px;
	text-align:center;
	margin-left:40px;
	margin-top:76px;
	_margin-top:75px;
	&margin-top:75px;
	width:226px;
}
div.copy a{
	color:#FFF;
	text-decoration:none;
}
div.copy a:hover{
	color:#F7CCCC;
	text-decoration:underline;
}
.counter{
	font-weight:bold;
	text-align:center;
}
.weather, .random_photo{
	text-align:center;
}
.random_photo img{
	border:1px solid #DAE9E8;
	padding:5px;
	margin:3px;
}
hr{
	width:75%;
	height:1px;
	background:#E01E30;
	color:#E01E30;
	border:none;
}