@charset "UTF-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
background-color: #244169;
}

a:link { 
	color: #0FC;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #0FC;
	text-decoration: none;
	}
a:active { 
	color: #0FC;
	}

img {
	margin-top:1em;
	border-style:solid;
	border-width: 7px;
	border-color: rgb(31,31,55);
}
i{ font-style:italic;
}

h2{
	background: url(../images/background_hdr2.png) no-repeat center;
	font: bold 190%/100% Georgia, Times, serif;
	text-align:center;
	padding: 7px 0 25px 0px;
	letter-spacing: -1px;
	margin:20px 0 20px 0;
	color: #ADC937;
}

.section{
	color: #ADCAEA;
	text-align:center;
	margin-bottom:10px;
}
