body {
    font-family: "Trebuchet MS";
	 font-size: 12px;
    color: #FFFFFF;
	 background-color: Gray;
	 margin-bottom: 20px;
}

li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

td {
    font-family: "Trebuchet MS";
	 font-size: 12px;
    color: #FFFFFF;
}



h1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: 000000;
	background-repeat: no-repeat;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: FFFFFF;
	background-repeat: no-repeat;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: FFFFFF;
	background-repeat: no-repeat;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: FFFFFF;
	background-repeat: no-repeat;
}

a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: white;
	text-decoration : none;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: white;
	text-decoration : none;
}

a:hover, a:hover:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: white;
	text-decoration : none;
}

img {
	border: 0px;
}



