/* CSS Document */
<style type="text/css">
<!--
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6633CC;
}
body {
	background-color: #CCCCFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC66;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99FF;
}
a:hover {
	text-decoration: none;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
h1 {
	font-size: 18px;
	color: #FF3333;
}
h2 {
	font-size: 16px;
	color: #3333FF;
}
h3 {
	font-size: 14px;
}
img {
	border: 20px solid #000000; 
	}
-->
</style>

