.text {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
}
.16text {
    font-family: "Tahoma", "Arial";
    font-size: 16px;
    }
    
.14text {
    font-family: "Tahoma", "Arial";
    font-size: 14px;
    }
    
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

  a:link { border:no-border; text-decoration:none;) }  /* for unvisited links */
  a:visited {border:no-border; text-decoration:none;) } /* for visited links */
  a:active { border:no-border; text-decoration:none;) } /* when link is clicked */
  a:hover { border:no-border; text-decoration:none; } /* when mouse is over link */
