BODY { background-color: White;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A, A:active { color : red; 
background-color: White; 
text-decoration : underline; 
font-style : normal; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif 
}

A:visited { color: #cc0000;  
background-color: White; 
text-decoration: underline; 
font-style: normal; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:hover {  color : Fuchsia; }

.pagewidth {
   width : 600px;
   text-align : left;
}

.smaller { font-size : 80%; }

.larger { font-weight : bold; 
font-size : 150%; 
}

.thinner { font-weight  : lighter; }

.returnlink { font-size : 80%;
              text-align : center;
}

.intro {
	font-weight : 200;
	font-size : 120%;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.breadtext {
	text-align : left;
}

.andresites {
     font-size : 80%;
	 text-align : center;
}

.adcolumn {
   float : left;
   display : block;
   width : 170px;
   vertical-align : top;
}

