html, body , td, tr{
  margin: 0px; 
  padding: 0px;
  color: #000; 
  background: 3EA99F;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

table.awesome{
	background: white;
	border: 0px;
	width: 850px;
}

td.gold{
	background-image:url('images/gold.jpg');
	background-repeat:repeat-x;
}


td.back{
  background-image:url('images/white.jpg');
}
td.back a:hover {color:#0033ff; font-size:14px; font-style:italic; text-decoration:underline
}

h1{
  font-family: "Brock Script", Script, cursive;
  font-style: italic;
}

td.bar{
  background-image:url('images/bar.jpg');
  color: white;
  font-style: bold;
  width: 100%
}

a {
  text-decoration: none;
  color: black;
}

table(
  border-collapse: collapse;
  border-spacing: 0px;
)