* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #007ACD;
}
h2 {
	font-size: 1.5em;	
}
img {
	border: none;
}
a {
	color: #007ACD;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:focus {
	color: red;	
	}

#content-container {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pgtitle {color:#000066; font:22px bolder Arial, Helvetica, sans-serif; font-style:italic; text-shadow:#999999 1px 1px 1px;}
