textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF99;
	background-image: none;
	white-space: normal;
	padding: 20px 20px 20px 40px;
	float: none;
	height: 300px;
	width: 90%;
	border: thick double #999999;
	font-style: italic;
	background-position: center center;
	text-align: left;
	clear: right;
	list-style-type: none;
	overflow: scroll;
	left: 5%;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	margin: 50px;



}

.navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-top: 1px solid #000;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: center;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #FFFFFF;
padding-top: 7px;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
border-top: 3px solid #006;
border-bottom: 4px solid #006;
padding-top: 4px;
padding-bottom: 6px;
background: white;
color: #FF0000;
}

.navlist a:hover { color: red; }.blinktext {
	text-decoration: blink;
}
