body {
color: #333;
font-size: 62.5%; /* Gives base of 10px*/
font-family: Arial, Verdana, Helvetica, 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;	
}

h4{
font-size: 1.1em;
}

h5{
font-size: 1.1em;
}

a:link, a:visited, a:active {
color: #284AAC;
text-decoration: none;
}

a:hover {
color: #284AAC;
text-decoration: underline;
}

p, ul li {
font-size: 1.2em;
line-height: 1.3em;
}
	
.sectiondiv h1 {
font-size: 1.3em;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-weight:bold;
}

#storysection .storybox h1{
color: #2660b3;
font-size: 2.1em;
font-style: italic; 
}

