body {
	margin: 0;
	padding: 5px;
	background-image: url(../img/back01.jpg);
	line-height: 150%;
}

a { text-decoration: none; font-size: 100%;}
a:link { color:BLUE; }
a:visited { color:PURPLE; }
a:hover { color:RED; text-decoration:underline; font-weight: bold;}

table {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}
