/* CSS Document */
/* ourstory.css */

a:link {  font-family: comic sans ms, Verdana, Geneva, Arial, san-serif;
	  font-weight: bold; 
	  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; }

.text {
           font-family: lucida sans, lucida, tahoma, verdana, sans-serif;
           font-weight: bold
           font-size: 12px;
}

.titlebox {
           font-family: lucida sans, lucida, tahoma, verdana, sans-serif;  
           font-size: 12;
           font-weight: bold;
           color: #ff3333;
}

.title h3 {

           font-family: space toaster, comic sans ms, Verdana, Arial, san-serif;
           color: #6a5acd;
}

.title2 h4 {

           font-family: space toaster, comic sans ms, Verdana, Arial, san-serif;
           color: #ff1493;
}

p {
           color: #9400d3;
}