body {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 16px;
	background-color: #3366FF;

}

td {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 16px;
}

.small {
	font-family: Garamond, Times New Roman, Times, serif;
		font-size: 13px;
}

.big {
	font-family: Garamond, Times New Roman, Times, serif;
		font-size: 19px;
}

A:link, A {
	color: #000066;
	text-decoration:none;
	font-family: Garamond;
	font-weight: bold;
}


A:visited {
	color: #000066;
	text-decoration:none;
	font-family: Garamond, Times New Roman, Times, serif;
		font-weight: bold;
}

A:hover, A:active {
  color: #CC3333;
  text-decoration:underline;
  font-family: Garamond, Times New Roman, Times, serif;
  	font-weight: bold;
}

