.newxtext {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #6F5AE3}
.normaltext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #6F5AE3}
.titletext {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #6F5AE3}
.contactstext {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFFFF}
.newstitletext {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #6F5AE3}

h1	{ font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #6F5AE3;
	font-weight : bold; margin-bottom: 0px;
	}
	
h2	{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #6F5AE3;
	font-weight : bold; margin-bottom: 0px;
	}

a:link {
   font-weight : normal; 
   text-decoration : underline; 
   color: blue;
	}

a:visited {
   font-weight : normal; 
   text-decoration : underline; 
   color: blue;
	}
a:hover {
   color : red;
   text-decoration : underline; 
	}

a:active {
   font-weight : normal; 
   text-decoration : underline; 
	}

/* Nav Menu Links */
.navbar a:link {
   font-weight : normal; 
   text-decoration : underline; 
   color: #99FF99;
	}

.navbar a:visited {
   font-weight : normal; 
   text-decoration : underline; 
   color: #99FF99;
	}
.navbar a:hover {
   color : white;
   text-decoration : underline; 
	}

.navbar a:active {
   font-weight : normal; 
   text-decoration : underline; 
	}