body {
       background-image: url("Blue_and_White_Vertical.gif");
       background-repeat: repeat-y;
}

.text {
       font-family: Verdana, Garamond;
       color: #ffffff;
}

p {
       text-indent: 1em;
}

.test {
       font-family: Garamond, Verdana;
       color: #fa8072;
}

a:link {  font-family: comic sans ms, Verdana, Geneva, Arial, Helvetica, san-serif;
	  font-weight: bold;
          font-style: italic;
	  color: #800080; 
	  text-decoration: underline; 
	  font-size: 14px; 
	  text-transform: none; }

a:visited {  font-family: garamond;
	     font-weight: bold; 
	     color: #ff3333; 
	     text-decoration: none; 
	     font-size: 11px; 
	     text-transform: uppercase; }

a:hover {  font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	   font-weight: bold; 
	   color: #CD853F; 
	   text-decoration: underline; 
	   font-size: 14px; 
	   text-transform: uppercase; }

a:active { font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	   font-weight: bold; 
	   color: #ffffff; 
	   text-decoration: underline; 
	   font-size: 11px; 
	   text-transform: uppercase; }