a:link {color: #ffff99; text-decoration: none;}
a:visited {color: #ffff99; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: underline;}
a:active {color: #ff0000; text-decoration: underline;}




select { 
  background-color: #000000; 
  color: #FFCC00;
  font-family: Arial;
  font-size: 8pt;
  margin-top: 0px;
  }
  
form {
  margin-top: 8px;
  margin-bottom: 7.5px;
  }


ul.sidebar {
 list-style: none;
 text-indent: -40px;
 line-height: 90%;
 margin-top: 3px;
 margin-bottom: 8px;
}

a.sidebar:link {
 color: #ffcc00;
 text-decoration: none;
 font-family: Arial;
 font-size: 8pt;
 font-weight: 400;
}

a.sidebar:visited {
 color: #ffcc00;
 text-decoration: none;
 font-family: Arial;
 font-size: 8pt;
 font-weight: 400;
}

a.sidebar:hover {
 border: 1px solid yellow;
 color: #ffff99;

 font-family: Arial;
 font-size: 8pt;
 font-weight: 400;
}

a.sidebar:active {
 color: #ffff00;
 text-decoration: underline;
 font-family: Arial;
 font-size: 8pt;
 font-weight: 400;
}



a.sidebar2:link {
 color: #ffcc00;
 text-decoration: none;
 font-family: Arial;
 font-size: 7pt;
 font-weight: 400;
}

a.sidebar2:visited {
 color: #ffcc00;
 text-decoration: none;
 font-family: Arial;
 font-size: 7pt;
 font-weight: 400;
}

a.sidebar2:hover {
 color: #ffff00;
 text-decoration: underline;
 font-family: Arial;
 font-size: 7pt;
 font-weight: 400;
}

a.sidebar2:active {
 color: #ffff00;
 text-decoration: underline;
 font-family: Arial;
 font-size: 7pt;
 font-weight: 400;
}


ul.university {
font-family: Arial;
font-weight: 400;
font-size: 9pt;
margin-bottom: 12px;
margin-top: 5px;
margin-left: 25px;
margin-right: 10px;
line-height: 140%;

text-align: justify;

}

body {
 margin-top: 5px;
 margin-left: 5px;
 scrollbar-base-color: #ffff99;
 scrollbar-3d-light-color : #ffff00;
 scrollbar-arrow-color : #000000;
 scrollbar-face-color : #ffff99;
 scrollbar-highlight-color : #ffcc00;
 scrollbar-track-color: #000000;
 scrollbar-shadow-color: #ffcc00;
} 