body, p, td {font-family: Georgia, "Times New Roman", Times, serif;  font-size : medium; } 
a {text-decoration: none;}
a:hover {text-decoration: underline; background: white; background-color: white;}
.small { font-size : small;}
.smaller { font-size : smaller;}
.smallest { font-size : x-small;}
.boxed {
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0px 0px 0px;
	background-color: #F2F2F2;
	}
.boxed-white {
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0px 0px 0px;
	background-color: #FFF;
	}
.dotted {
	border-style: dotted; 
	padding-bottom: 5px;  
	padding-left: 0px;  
	padding-right: 0px;  
	padding-top: 5px;
	}
.dottedred {
   border-style: dotted; 
   border-color: red;
   padding-bottom: 10px;  
   padding-left: 10px;  
   padding-right: 10px;  
   padding-top: 10px;
   margin-right: 10px;
	}