body {
	margin-top: 0px;
	font-weight: normal;
	font-family: verdana, geneva, arial;
	color: #000000;
	background-color: #ffffff;
}

DIV.boxy {
	width: 500px;
	height: 400px;
	border-color: #CDEB8B;
	border-width: 1px;
	border-style: dashed;
	padding:	20px;
}

DIV.header{
	background-color: #009999;
	width: 100%;
	height: 40px;
	margin-top: 0px;
}

#container {
			margin: .5px;
			background-color: #A0E479;
			border: 1px solid #333;
}
P {
	font-weight: normal;
	font-family: verdana, geneva, arial;
	color: #669198;
	line-height: 20px;
	font-size: 18px;

}

SPAN.head {
	font-weight: normal;
	font-family: verdana, geneva, arial;
	color: #009999;
	font-size: 22px;
}

A, A:Visited, A:Active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #c3c3c3;
	text-decoration: none;
}

A:Hover  {
	text-decoration: underline;
	color: #C30;	
}
