/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td{
	font-family: Georgia, Times New Roman;
	font-size: 12px
	}
	
	a {
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	color: #990000;
	font-weight:bold;
	text-decoration:none;
	}
	
	a:hover {
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	color: #990000;
	font-weight:bold;
	text-decoration:underline;
	}