﻿   body, table {
      font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
      color: #333;
      font-size: x-small;
      line-height: 150%;
   }
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
		background: transparent;
		}
	
	h1 {
		font-size: 1.6em;
		}
	
   div.fillandborder {
      padding: 10px;
      border-width: 2px;
      border-style: solid;
   }
   .uppercase {
      text-transform: uppercase;
   }
   .whiteborder {
       border: thin solid #FFFFFF;
   }
   a:link, a:visited, a:active {
      text-decoration: none;
      font-weight: bold;
   }
   a:hover {
      text-decoration: underline;
   }
