body { 
	color: black; 
	font-size: 9px; 
	font-family: verdana, sans-serif; 
	background-image: url(../images/pat_20040424153644.gif); 
	background-repeat: repeat; 
	background-attachment:fixed; 
	margin-right: 12px; margin-left: 12px; 
}

p { 
	margin-right: 12px; 
	margin-left: 8px; 
}

td {
}

a:link {
	color: black ;
	font-size: 9px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: silver;
}

a:active {
	background-color: white;
}

strong { 
	font-size: 9px; 
	font-family: verdana, sans-serif; 
	text-decoration: none;
}

ul{
	list-style-type:none;
	margin-right: 12px; 
	margin-left: 8px; 
	margin-top:0px;
	margin-bottom: 5px;
}

ul a{
	display: block;
}

