.heading {
  font-family: "Trebuchet MS", Arial, Helvetica;
  color: #FF3300;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: bold;
  display: block;
}

.smalltext {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	letter-spacing: 0px;
	display: block;
	color: #FFFFFF;
}
img {
	border: 2px solid #FF3300;
}


a:link {
	color:#FF3300;
	display: inline;
}
a:visited {
	color: #FF3300;
}


a:hover {
	color:#FF3300;
	display: inline;
	text-decoration: underline;
}
body {
	background-color: #000000;
}
