body, td, th {
	font-size : 12px;
}

A {
	color : teal;
	text-decoration : none;
}

A:HOVER {
	color : fuchsia;
	text-decoration : underline;
}

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 : 100px;
  text-align : center;
  cursor : pointer;
}

.table {
	border-top-width : 3px;
	border-right-width : 3px;
	border-bottom-width : 3px;
	border-left-width : 3px;
	border-top-style : dashed;
	border-right-style : dashed;
	border-bottom-style : dashed;
	border-left-style : dashed;
	border-top-color : red;
	border-right-color : red;
	border-bottom-color : red;
	border-left-color : red;
}
