body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:black;
	scrollbar-face-color: #D6F700;
	scrollbar-shadow-color: #008400;
	scrollbar-highlight-color: #008400;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #008400;
	background-color: #fff;
	line-height : 130%;
}

 div#illu {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100px;
	height: 400px;
	background-color: White;
}

div#content {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 300px;
	background-color: White;
}

div#blogroll {
	position: absolute;
	top: 40px;
	left: 550px;
	width: 200px;
	height: 400px;
}

div#header {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 500px;
	height: 100px;
}

td {
	font: 70% Verdana, Arial, Helvetica,sans-serif;
}

a:link {
	text-decoration: none;
	color: Green;
}

a:visited {
	text-decoration: none;
	color: Olive;
}

a:hover {
	text-decoration: underline;
	background-color : #D6F700;
}

input {  
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-right: #D6F700 thin solid; 
	border-left: #D6F700 thin solid; 
	border-top: #D6F700 thin solid; 
	border-bottom: #D6F700 thin solid; 
	background-color: white
}

textarea {
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-right: #D6F700 thin solid; 
	border-left: #D6F700 thin solid; 
	border-top: #D6F700 thin solid; 
	border-bottom: #D6F700 thin solid; 
	background-color: white
}



