body, td, th {
	font-size : 12px;
}
A.bet {
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-top-color : navy;
	border-left-color : navy;
	border-right-color : navy;
	border-bottom-color : navy;
    background-color : silver;
    border-style : double double double double;
    padding-top : 3pt;
    padding-left : 3pt;
    padding-right : 3pt;
    padding-bottom : 3pt;
    text-decoration : none;
    color : navy;
}
A.other {
	color : aqua;
	text-decoration : none;
}
A:HOVER.other {
	color : yellow; 
  	background-color : blue;
}
A:HOVER.other {
	color : yellow; 
  background-color : blue;
}
A.mail {
	color : #990000;
	text-decoration : none;
}
A:HOVER.mail {
	color : yellow; 
 	background-color : blue;
}
BIG {
	font-size : 16px;
}
SMALL {
	font-size : 10px;
}
.submit {
  	color : blue;
  	background-color : #c2f0f5;
	border-width : 2px 2px 2px 2px;
	border-style : ridge ridge ridge ridge;
	border-top-color : teal;
	border-left-color : teal;
	border-right-color : teal;
	border-bottom-color : teal;
  	text-align : center;
  	width : 150px;
  	cursor : pointer;
}
.submit2 {
	border-top-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 2px;
	border-top-style : ridge;
	border-right-style : ridge;
	border-bottom-style : ridge;
	border-left-style : ridge;
	border-top-color : maroon;
	border-right-color : maroon;
	border-bottom-color : maroon;
	border-left-color : maroon;
	color : maroon;
	background-color : #e7e7e7;
	width : 80px;
	text-align : center;
	cursor : pointer;
}
.submit3 {
  	color : blue;
  	background-color : #c2f0f5;
	border-width : 2px 2px 2px 2px;
	border-style : ridge ridge ridge ridge;
	border-top-color : teal;
	border-left-color : teal;
	border-right-color : teal;
	border-bottom-color : teal;
  	text-align : center;
  	width : 100px;
  	cursor : pointer;
}
