 /* how a link will appear to the user */
 A:link    { 
           font: 11px Georgia, "Times New Roman", Times, serif;
											background-color: transparent;
           }

 /* how an active link will appear to the user */
 A:active  { 
           font: 11px Georgia, "Times New Roman", Times, serif;
											background-color: transparent;
           }  

 /* how a visited link will appear to the user */
 A:visited {
           font: 11px Georgia, "Times New Roman", Times, serif;
           text-decoration: none;
											background-color: transparent;
           }

 /* how a link will appear to the user when the mouse moves over said link */
 A:hover   { 
           text-decoration: underline;
           background-color: transparent;
           } 

 /* how the background and text color in the body of the page will render */
 body      {
           font: 11px "Georgia", serif;
           color: inherit;
           line-height: 1.5;
           }

 /* how the quote in the body of the page will render */
 p.quote   {
           font: 12px "Skia", serif;
           color: inherit;
           line-height: 2;
           }

 /* how the links in the body of the page will render */
 p.links   {
           font: 11px/2 Georgia, "Times New Roman", Times, serif;
           color: inherit;
           }

 /* how the college descriptions in the body of the page will render */
 p.desc    {
           font: 11px "Georgia", serif;
           color: inherit;
           line-height: 1.5;
           }

 /* how the bottom text in the body of the page will render */
 p.bottom  {
           font: 11px "Georgia", serif;
           color: inherit;
           line-height: 1.0;
           }

 /* how the p text in the body of the page will render */
 p         {
           font: 11px/normal Georgia, "Times New Roman", Times, serif;
           color: inherit;
           }

 /* renders the first letter on the page */
.bigletter {
           float: left;
           width: 67px;
           font: 66px/80% "Georgia", serif;
           }
           
.navbarlinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF; text-decoration: none}
li {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px}
.visited { font: 11px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; ; color: #FF9900}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
