body {
color: #333;
font-size: 62.5%; /* Gives base of 10px*/
font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
font-size: 2.4em;
font-family: Georgia, Times New Roman, serif;
font-weight:bold;
letter-spacing: .04em;	
}

h2 {
font-size: 1.8em;
font-family: Georgia, Times New Roman, serif;
font-weight:bold;	
}

h3 {
font-size: 1.4em;	
}

a:link, a:visited, a:active {
color: #0072a3;
text-decoration: none;
}

a:hover {
color: #284AAC;
text-decoration: underline;
}

p, ul li, ol li {
font-size: 1.25em;
line-height: 1.3em;
color: #333;
font-weight: normal;
}
	
.sectiondiv h1 {
font-size: 1.3em;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-weight:bold;
}

ol li a {
font-size: 1.3em;
font-family: Georgia, Times New Roman, serif;
font-weight:bold;
}
