/* Simple shit that makes sure paragraph fonts are consistent
 * and that links have cool hover effects. W00t.
 */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #DDDDDD;

}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}

a:active {
	color: #AAAAAA; text-decoration: none;
	font-weight: bold
}

p {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
