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

body { background-color: #FFFF99; color: #000000; text-align: center; min-width: 800px; margin: 0; padding: 0;}
a:link { text-decoration: underline; color: #12949E; }
a:visited { text-decoration: underline; color: #12949E; }
a:hover { text-decoration: underline; color: #666666; }
a:active { text-decoration: underline; color: #12949E; }

/* Site wrapper to ensure that the site is centered nice and pretty */
#wrapper {
	margin:0 auto;
	margin-top:10px;
	width:800px;
	min-height:500px;
	text-align: left;
	background-color:#FFFFFF;
	border:thin;
	border-style:solid;
	border-width:1px;
	padding-top:10px;
}

.title {
	font-weight:bold;
	font-size:20px;
}

.alert {
	font-weight:bold;
	color:#990000;
}