body {
  background-color: #ffffff;
  font-family: arial;
  margins: 0,0,0,0;
  }
  
  .tnav {
     color: #663333;
     font-family: Book Antiqua, Times, Georgia;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none;
  }
  .tnav:hover {
     color: #663333;
     font-family: Book Antiqua, Times, Georgia;
     font-weight: bold;
     font-size: 14px;
     text-decoration: underline;
  }
  
  .cross1 {
       color:#ffffff;
       font-size: x-small;
  }
  
  .cross2 {
       color:#000000;
       font-size: x-small;
	   border-width: 1px;
	   border-color: #333333;
	   border-style: solid;
  }
  
  .mainText {
       color: #663333;
       font-size: 20px;
  }
  
  h1 {
  	color: #663333;
       font-size: 30px;
	   font-weight: bold;
  }
  
  .bodytext {
  	color: #333333;
	font-family: verdana;
	}
	
.bodytextBold {
  	color: #333333;
	font-family: verdana;
	font-weight: bold;
	}
	
.bodytextBoldSpecial {
  	color: red;
	font-family: verdana;
	font-weight: bold;
	}
	
.soccerCallout {
	color: #ffffff;
	font-weight: bold;
	
}

.smallSpecialTable {
	border-style: solid;
	border-size: 1px;
	border-color: #000000;
	font-size: 11px;
}

.largeSpecialTable {
	border-style: solid;
	border-size: 1px;
	border-color: #000000;
	font-size: 13px;
}