@charset "UTF-8";

BODY {
	background:#E0F8E0 url("img/imaginebg1.gif") right repeat-y;
}
H1 {
	border-style:ridge;
	border-width:1px 1px 1px 1px;
	border-color:#F0F0F0;
	background:#80CC80;
	text-align:center;
}
H2 {
	width:50%;
	border-style:solid;
	border-width:3px 1px 3px 1px;
	border-color:#FFFFFF #B0CCB0 #B0CCB0 #FFFFFF;
	padding:2px;
	font-size:large;
}
P {
	margin-right:5%;
	margin-left:5%;
	line-height:120%;
}
P.navigation {
	text-align:center;
	font-style:italic;
}
TABLE {
	margin-left:5%;
}
IMG {
	border:none;
}
EM {
	font-weight:bold;
	color:#CC6666;
}
LI {
	margin-left:5%;
	line-height:150%;
}
A {
	color:#CC9933;
	text-decoration:none;
}
#accesslog {
	margin-left:0%;
	position:absolute;
	left:0px;
	top:0px;
}
#new {
	width:90%;
	margin:auto;
	border:solid 1px #E0CC99;
	background:#F0F0E0;
	padding:1em;
}

