a:link {
        color: blue;
        text-decoration: underline
}

a:visited {
	color: red;
	text-decoration: underline
}

a:hover {
        background: none;
        color: red;
        text-decoration: underline
}

a:active {
	color: red;
	text-decoration: underline
}

body {
        font-family: arial;
        font-size: 10pt;
	color: 000000;
	bgcolor: ffffff
}

td {
	font-family: arial;
	font-size: 10pt;
	color: 000000;
}
