body {
   margin-left: 10%;
   margin-top: 10%;
     }

 .largename {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22pt;
  font-style: normal;
  line-height: normal;
  text-transform: none;
  color: #363C92;
  font-weight: normal;
  font-variant: normal
      }
 .subprof {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #363C92;	 
    }

 .subprof a:link{text-decoration: underline;
		 color: #FFFFFF}

  .subprof a:visited{text-decoration: underline;
		     color: #FFFFFF}

  .subprof a:hover{text-decoration: none;
		   color: #FF3333}  

 .subhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  color: #363C92
    }

.subhead a:link {text-decoration: none;
   color: #363C92}
.subhead a:visited {text-decoration: none;
   color: #363C92}
.subhead a:hover {text-decoration: none;
   color: #FF3333}
   
   
 .links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF
    }

.links a:link {text-decoration: none;
   color: #FFFFFF}
.links a:visited {text-decoration: none;
   color: #FFFFFF}
.links a:hover {text-decoration: none;
   color: #FF3333
   }   

.fronttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
        font-style: normal;
        font-weight: bold;
	color: #333333;
}
.fronttext a:link {
	color: #363C92;
	text-decoration: underline;
}
.fronttext a:visited {
	color: #363C92;
	text-decoration: underline;
}
.fronttext a:hover {
	color: #CC6600;
	text-decoration: none;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	color: #333333;
}
.normaltext a:link {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:hover {
	color: #CC6600;
	text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  display: inline;
  padding: 10;
background-color: #363C92;
}



li a:hover {
  color: #CC6600
  }


