body{
	font-family: Georgia, Times New Roman, Times, serif;
	style: bold;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;	
	
}

a:active {
	color:#8798DA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
	 
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman;
	margin: 0px;
	padding: 0px;
	color: #FFffff;
}

h1{
 font-size: 120%;

}

h2{
 font-size: 114%;

}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 80%;
 font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

