@charset "utf-8";
/* CSS Document */
/* Hands On CPR - Main Stylesheet*/

* {
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}

#header-img { 
	height: 159px;
	width: 600px;
	margin: 0 auto;
    text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image:url(images/hocpr-logo.png);
	background-repeat:no-repeat;
	/*border-bottom: 1px solid #FF6600;*/
}

.head-ruler {
	width: 550px;
	height: 1px;
	background: #FF6600;
	border:none;
}


h1 {
	font-size: 16px;
	font-weight: bold;
}

.footer {
	font-size: 12px;
}

a  {
	color: #FF6600;
	text-decoration:none;
}

a:hover  {
	text-decoration:underline;
}