body {
	background:white;
	background-image:url(aroid_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-attach:fixed;
	color:black;
	scrollbar-base-color:#c0ffc0;
	scrollbar-track-color:white;
	scrollbar-arrow-color:black;
	scrollbar-3dlight-color:#008000;
	scrollbar-darkshadow-color:#c0ffc0;
	scrollbar-shadow-color:#008000;
	scrollbar-light-color:#008000;
	scrollbar-highlight-color:#c0ffc0;
	font-family:arial;
	font-size:12;
	margin-left:25;
}

a {color:#008000;}

a:hover {text-decoration:none;}

table {width:537; border:2 solid #008000;}

td {
	background:#c0ffc0;
	border:0 solid #black;
	padding:5;
}

p.title {font-size:30; text-align:center; color:#008000;}

