/* CSS Document */

/*
royal blue: #061c90


light purple: #C6A5CE
yellow gold: #FBD652
red: #EF1829
orange: #F75E31
light green: #B8C690

*/

body {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #000000;
	background-color: #061c90;
	}
	
div .caption { 
	font-size: 11px;
    font-family: Georgia, serif;
    text-align: center; 
    font-style: italic;
	font-weight: bold;
}

td .caption { 
	font-size: 11px;
    font-family: Georgia, serif;
    text-align: center; 
    font-style: italic;
	font-weight: bold;
}


#navlinks body {
	font-family: Georgia, serif;
	font-size: 12px;
}

#navlinks {
	font-family: Georgia, serif;
	font-size: 14px;
}

#navlinksbig {
	font-family: Georgia, serif;
	font-size: 19px;
}

a:link {
	color: #F75E31;
	background-color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	}
	
a:visited {
	color: #F75E31;
	background-color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	}
	
a:hover {
	color: #EF1829;
	background-color: #B8C690;
	padding: 0px;
	text-decoration: none;
	}
	
strong {
	font-weight: bold;
	font-size: 16px;
	}
	
b {
	font-weight: bold;
	color: #8473B5;
	}


h3,.h3 {
	font-size: 20px;
	font-weight: bold;
	color: #061C90;
}

h2,.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #061C90;
}

h1,.h1 {
	font-size: 12px;
	font-weight: bold;
	color: #061C90;
}

img {
	padding: 4px;
}

