


body {
	font: 8px;
	font-family: "Trebuchet MS";
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
	
}

td {
	font-size: 11px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	
}


select {
	font-size: 11px;
	font-family: "Trebuchet MS";
	
}

table {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 17px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}



a{
	font-family: "Trebuchet MS";
	color: black;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a:hover{
font-family: "Trebuchet MS";
color: #87ceeb;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
	
}

a:active{
  font-family: "Trebuchet MS";
	color: #87ceeb;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
}






