body { 
	color: black; 
	background-color: white; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p {}

td {}

h1{ font-size: 12pt; }
h2{ font-size: 10pt; }

a:link { 
	color: black;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:hover {
	color: black;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: black;
	text-decoration:none;
}

.white {
	color:white;
	font-size:11px;
	text-decoration:none;
}
.white a {
	color:white;
	font-size:11px;
	text-decoration:none;
}
.white a:hover  {
	color:white;
	font-size:11px;
	text-decoration:underline;
}
.white a:visited {
	color:white;
	font-size:11px;
	text-decoration:none;
}

a .grey {
	color:blue;
	text-decoration:none;
}
a:hover .grey {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}

