html { min-height: 100%; margin-bottom: 1px; overflow-y: scroll; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	background-color: #3B6798;
    margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

a:link, a:visited { text-decoration: underline; color: #FDCF79; }
a:hover { color: #FFFF00; text-decoration: underline; }

h1, h2, h3, h4, h5 { color: #FDCF79; font-weight: bold; }
h1 a:link { color:#FDCF79; text-decoration: none; }
h1 a:visited { color:#FDCF79; text-decoration: none; }
h1 a:hover { color: #FDCF79; text-decoration: none; }
h2 a:link { color:#FDCF79; text-decoration: none; }
h2 a:visited { color:#FDCF79; text-decoration: none; }
h2 a:hover { color: #FDCF79; text-decoration: none; }
h3 a:link { color:#FDCF79; text-decoration: none; }
h3 a:visited { color:#FDCF79; text-decoration: none; }
h3 a:hover { color: #FDCF79; text-decoration: none; }
h1 { font-size: 24px; margin-top: -5px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
