
/*basic info*/

td, textarea, input, select {
	font-family: Calibri1, Calibri, Verdana, Arial, sans-serif;
	font-size: 15px;
}

h1 {
  font-weight: bold;
  color: #000000;
  font-size: 23px;
}

h2 {
  font-weight: bold;
  color: #993300;
  font-size: 20px;
}

/*hyperlink text*/

a:link {
color:#FF0000;
text-decoration:none;
}

a:visited {
color:#FF0000;
text-decoration:none;
}

a:active {
background-color: yellow;
text-decoration:none;
}

a:hover {
color:#CE4212;
text-decoration:none;
}





