a {
	color: #039;
	font-weight: 600;
	text-decoration: none;
}

a:visited {
	color: #009;
}
.today {
	font-weight: 900;
}
a:hover {
	background: #0cc;
	color: #000080;
}

body {
	background: #285788;
	color: #003;
	font: 1rem/180% sans-serif;
}

h1 {
	color: #003;
	font-family: Georgia;
	font-size: 32px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 100%;
	text-align: left;
}

ul li {
	list-style: square;
}
h2 {
	color: #003;
	font-family: Georgia;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h3 {
	margin-bottom: 4px;
}

h4 {
	font-size: 14px;
	margin-bottom: 2px;
}

input, textarea {
	background-color: #6988e3;
	border: 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
}

.news {
	border: 1px solid #069;
	background-color: #ffc;
	padding: 5px;
	border-bottom: none;
}

.news h2 {
	color: #000;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 2px;
}

.news p {
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
}

.rowback {
	background-color: #ffc;
}

.statable {
	border: 1px dashed #191970;
}

.tableback {
	background-color: #039;
}

#content {
	background: #fff;
	border: 1px solid #003;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: justify;
	width: 80%;
}

#menu {
	background-color: #069;
	border: 1px solid #006;
}

#menu a, #menu a:visited {
	color: #fff;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

#menu a:hover {
	background-color: transparent;
	color: #9cf;
}


#birthdays {
	list-style: none;
}