html,body {
  background-color: #3F3F3F;
  background-image:url('../images/background-gradient.gif');
  background-repeat: repeat-x;

  min-height: 100%;
  height: 100%;

  margin: 0px;
  padding: 0px;

  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;

  color: #FFFFFF;
}


table {
  border-collapse: collapse;
  border-width: 1px;
}

td {
  font-size: 11px;
  color: #FFFFFF;
}

td.lightgrey {
  background-color: #717171;

  font-size: 11px;
}

h1 {
	background-image: url('../images/caret-magmablue.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	padding-left: 36px;
	
	margin-bottom: 20px;
	
	font-family: Arial;
	font-style:italic;
	font-weight: bold;
	font-size: 20px;
	
	color: #00bfdf;
}

#copyright {
	text-align: center;
	font-size: 11px;
	width: 100%;

	position: relative;
	bottom: 20px;
	left: auto;
	right: auto;
	
	color: #717171;
}

#webdesign {
	color: #717171;
	
	float: right;
	text-align: right;
	font-size: 11px;
	
	margin-top: -45px;
	margin-right: 5px;
}

a, a.internal-link, a.external-link {
    color: 00bfdf;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a.internal-link:hover, a.external-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}