BODY {
	margin-top:0px;
	margin-left: 0px;
	background : white;

}


.textarea {
	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color : #333;
	padding : 30px;
	background : white;
	border-left : 1px solid #999;
	border-top : 1px solid #999;
	border-bottom : 1px solid #999
}


.pictarea {
	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color : #333;
	padding : 30px;
	background : white;
	border-right : 1px solid #999;
	border-top : 1px solid #999;
	border-bottom : 1px solid #999
}

.credits {
	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	color : #666;
	padding : 0px;
	background : white

}

A:visited {
	color : #CE5700;
	text-decoration : none
}

A:link {
	color : #CE5700;
	text-decoration : none
}

A:hover {
	color : #576270;
	text-decoration : none
}

A:active {
	color : #CE5700;
	text-decoration : none
}
	
