body {
	color : black;
}

A:link {text-decoration: underline; color: blue}
A:visited {text-decoration: underline; color: blue}
A:active {text-decoration: underline; color: blue}
A:hover {text-decoration: underline; color: red}

h1 {
	font-size: large;
}

td {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt; 
	color: Black;
}


.div {
	color: #dddddd;
}

p {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt; 
	color: Black;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background: #dddddd;
}

