*{
	font-family:"Lucida Sans Unicode","Tahoma","Verdana"
}

body{
	margin:1em;
}

h4{
	font-weight:bold;
	font-size:1.2em;
}

p{
	font-size:0.95em;
	width:45em;
}

p.free{
	width:auto;
}

ul{
	list-style-type:square;
	margin:0;
	padding-top:0;
}

li{
	font-size:0.9em;
	color:blue;
}

b{
	color:black;
}

table{
	width:80%;
	border-collapse:collapse;
}

table *{
	font-size:0.9em;
}

td,th{
	border:2px groove gray;
}

th{
	background-color:peachpuff;
}

#img{
	float:right;
	margin:1em;
}

#footer{
	display:block;
	margin:4em 1em 4em 2em;
	font-size:0.8em;
}

.r{
	width:40%;
	text-align:right;
	padding-right:1em;
	font-weight:bold;
}

