body {
	font-family: "Arial", "Verdana", serif;
	font-size: 1.0em;
}

a.menu {
	text-decoration: none;
	color: black;
	background: none;
}
a.menu:visited { 
	color: black; 
}
a.menu:hover {
	text-decoration: underline;
	color: red;
	background: none;
}

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}

a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}

pre {
	padding: 1em;
	color: black;					
	background: #f0f0f0;
	font-size: 1.2em;
	line-height: 1.1em;
}

b.red {
	color: red;
}

div#frame {
	width: 800px;
	border: 1px solid #ccc;	
	position: relative;
	margin: 0 auto;
	text-align: center;
}

div#holder {
	width: 800px;
	height: 100px;
//	background: #ffffff url(bg.jpg) 0 0 no-repeat;
	color: #ffffff;
	text-align: left;
}
span#title {
	position: relative; 
	left: 20px; 
	top: 20px; 
	font-family: Courier;
}

div#content {
	padding: 20px 20px 20px 20px;
	text-align: left;
}
