@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #21487f;
	margin: 20px;
	/*color: #3a0808;*/
	color: #000000;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #21487f;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #21487f;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}


p {
	margin: 6px;
	padding: 6px;
	color: #000000;
}

a:link {
	color: #00327a;
	text-decoration: underline; 
}

a:visited {
	color: #00327a;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	color: #d45e19;
	text-decoration: underline;
}


a.menu:link, a.menu:visited {
	color: #00327a;
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
}

a.menu:hover, a.menu:active, a.menu:focus { 
	color: #ffdc7d;
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
}

.smallish {
	font-size: smaller;
}

.box {
	border-width: 5px;
	border-color: #ffd27b; /* changes to "pink" for the rest */
	border-style: ridge; /* dashed, double, groove, ridge, inset, outset */
}

.orange {
	color: #d45e19;
}

.blue {
	color: #21487f;
}
