

#hdr {
	background:#fff;
	color: #333;
	margin-left: 2px;
	}

#bar {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background:#ffff99;
	border: 1px solid #339933;	
	border-width:1px 0 1px 0;
	}

#l-col {
	background:#fff;
	color: #333;
	border: 1px dotted #339933;
	border-width: 0px 1px 0px 0px;
	}

#ftr {
	background:#fff;
	color: #333;
	border: 1px dotted #339933;
	border-width:1px 0 0 0;
	margin:0;
	text-align: center;
	}
h1 {
	font-size: 200%;
	color: #339933;
	text-shadow: 1px 1px 2px #339933;
	text-align: right;
}
h2 {
	font-size: 150%;
	color: #339933;
	text-shadow: 1px 1px 1px #339933;
	text-align: center;
}
h3 {
	font-size: 125%;
	color: #339933;
	text-shadow: 1px 1px 2px #339933;
	text-align: right;
}

p {
 margin:0;
 padding:15px;
 font-family: verdana,sans-serif;
}
p:first-letter {
 font-size: 150%; 
 font-weight: bold;
 color: #339933;
}
form {
	padding: 15px;
}
a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
}

.barlink {
	text-decoration: none;
}
.barlink:link {
	color: #339933;
}
.barlink:hover {
	color: #000;
	background: none;
}
.barlink:visited {
	color: #339933;
	}
.barlinkred {
	text-decoration: none;
}
.barlinkred:link {
	color: #ff0000;
}
.barlinkred:hover {
	color: #ff0000;
	background: none;
}
.barlinkred:visited {
	color: #ff0000;
	}