@charset "iso-8859-1";


body  	{ background-image: url(images/colborne1.jpg);
		  background-attachment: fixed;
          background-color: #0099cc;
          font-family: Verdana,arial,helvetica,sans-serif;}

#bordbox {  border-color: #ffffff;            
            border-width: 1px;
			/*background-color: fffbf3;*/ }
			 
.marg     { border-color: #ffffff;
            border: thin solid #ff0000;
			border-width: 1px;
            background-color: #fffbf3;}
			

.title   {	font-family: Verdana; /* Netscape doesn't recognize this */
          	font-size: 9pt;
          	font-style: italic;
	      	font-weight: bold;
			text-align: center;
			line-height: 200%; }



a:link    { color: #20b2aa;
            text-decoration: none }

a:visited { color: #b22222;
	    text-decoration: none } 

a:active  { background color: white;
            color: #552481;	    
	    text-decoration: none }

a:hover   { background color: yellow;
	    color: #000000;
	    text-decoration: none }


	    