body {
	text-align:left;
	font-family:'Helvetica, Arial';
	font-size:12px;
	color:rgb(0,0,255);
	background-color:rgb(220,220,255);
	margin-top:5px;margin-right:10px;margin-left:5px;
}

a {color:rgb(0,0,255); background-color:inherit; }
div.picture a:hover { background-color:rgb(220,220,255); color:inherit; }
a:hover { background-color:rgb(200,200,255); color:inherit; }

p.title{
	font-size:18px;
	text-align:center;	
	background-color:rgb(120,120,255);
	color:white;
	border-bottom:2px solid #104a7b; border-right:2px solid #104a7b;
	border-top   :2px solid #afc4d5; border-left:2px solid #afc4d5;
}

p.list {
	padding:2px;
	border-color:rgb(100,100,255);
	border-bottom:2px solid; border-right:2px solid;
	border-top   :2px solid; border-left:2px solid;
}	