@import(base20.css);

body {
	font: normal 12px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #000;
	background-color:#8FADFF;
	text-align:center;
	width:100%;
}


a {
	text-decoration:none;
	color:#3F73FF;
}
a:hover {
	color:#0045FF;
}

#header {
	border-bottom: 4px solid #8FADFF;
	font-family: Arial Black,serif;
	font-size:3.5em;
	padding:0 6px;
}

#header h2 {
	font-size:24pt;
	color:#666;
	text-align:right;
	margin:10px;
}

div#foot {
	position:relative;
	display:block;
	clear:both;
	width:800px;
	margin:auto;
	padding:10px 12px 10px 12px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
}

div#keywords {

}

#date {
	color:#000000;
	padding:4px;
}

#menu h2{
	color:#555;
}

#menu ul {
	list-style-type: square;
	list-style-position: inside;
	color:#555;
}

#menu li {
	padding:5px;
	border-bottom:1px solid #555;
	width:140px;
}

#menu a {
	text-decoration : none;
	padding:0 6px;
	color:#1F46FF;
	font-size:12pt;
}

#menu a:hover {
	color:#1F46FF;
}

#content h1, #content h2, #content h3{
	color:#555;
}

#content h1, #content h1 a { color: #3D3BEF; }