body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:black;
	background-image:url(/img/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
div.msg {
	background-color:white;
	border:1px solid white;
	padding:10px;
	margin:10px 0px;
	opacity:0.8;
}

div.menu {
	margin-bottom:15px;
	text-align:center;
	font-family:Georgia, Verdana, Arial, sans-serif;
	font-size:14px;
}
div.menu a {
	text-decoration:none;
}
div.menu a:hover {
	text-decoration:underline;
}

h1,h2 {
	font-family:Georgia, Verdana, Arial, sans-serif;
	font-size:15px;
	margin:30px 0px 0px 0px;
}
h1:first-child {
	margin-top:0px;
}

h1.page {
	font-family:Georgia, Verdana, Arial, sans-serif;
	font-size:25px;
	margin:25px 0px 5px 10px;
	color:white;
}

p {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align:justify;
	line-height:17px;
	margin:2px 0px 20px 0px;
}
td p {margin:2px;}
p:last-child {
	margin-bottom:0px;
}

a {
	color:blue;
}

th {
	font-weight:bold;
	text-align:left;
	font-family:Georgia;
	font-size:12px;
	background-color:#ccc;
}
tr.odd {
	background-color:#eee;
}

#flashMessage {
	background-color:#eee;
	padding:10px;
	font-family:Georgia;
	font-weight:bold;
}