HTML {
	width: 100%;
	height: 100%;
}

BODY {
	background-color: white;
	margin: 0px;
	padding: 10px;
}

FORM {
	margin: 0px;
}

IMG {
	border: none;
}

A, A:link, A:active {
	color: orange;
	text-decoration: underline;
}

A:visited {
	color: #ab8360;
	text-decoration: underline;
}

A:hover {
	color: #444444;
	text-decoration: none;
}

DIV.logo A {
	text-decoration: none;
	font-size: 26px;
}

H2, H3, H4 {
	color: #444444;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

TABLE {
	width: 100%;
	margin: 0px;
}

TD {
	vertical-align: top;
}

.date {
	color: #aaaaaa;
}

.menu {
	float: right;
}

.menu A {
	margin: 0px 5px;
	font-size: 12pt;
}

.day {
	color: #8888aa;
	font-size: 120%;
	font-weight: bold;
}

.name {
	color: #444444;
	font-size: 140%;
	font-weight: bold;
}

.dev {
	color: #444444;
	font-size: 110%;
	font-weight: bold;
}

.red {
	color: red;
}

.line_top {
	margin-bottom: 10px;
}

.line_bottom {
	margin-top: 10px;
}

* {
	font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11pt;
}
