body {
  background-color: #00DDDD;
  font-size: 12px;
  font-family: Helvetica,Arial, SunSans-Regular, Sans-Serif;
  color:#000000;  
  margin:0px;
  text-align: center;
}
.mainTbl{
	height: 100%;
}
.spashCap{
	font-weight: bold;
}
.spashHead{
	font-style: italic;
	font-size: 45px;
	font-weight: bold;
}
.headIntro	{
	font-weight: bold;
}
.footer{
	font-size: 12px;

}
a { 
color: #000;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
font-weight:bold;
letter-spacing:1px;
}
a:hover{
color:#ff0000;
}

.right{
text-align:right;
}
