<style type="text/css">
body
{
	A:link {text-decoration: none; color: blue;}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: underline; color: blue;}
	
	color: #990033;
	background-color: #66cc99;
	
	font-family: arial;
	font-size: 10pt;
	
	text-align:right;

	text-indent: 1cm;
}

p.important
{
	color: red;
}

p.boxed
{
	border-style: groove;
	border-color: red;
}

td
{
	padding: 0cm;
	border-bottom: thin solid #999999;
	border-left: thin solid #dddddd;
}

.important
{
	color: red;
}

</style>
