H1, H2, H3, H4, H5, H6 { 
  font-family:  Helvetica, sans-serif; 
  font-weight: bold; 
  color: silver;
}
a:link { color: #008080}
a:visited { color: #008080}
a:active { color: #008080}
a:hover { color: #008080}
body {
 color: #008080;
  background: black;
  background-color: black;
  background-image: url(univer1.jpg);
  font-family:  Helvetica, sans-serif; 
  font-size: 12pt;
  font-weight: bold;
  margin-left: 14em;
  margin-right: 5%;
  text-align: center; 
}
.midt{
  text-align: center; 
}
.italic{
  font-style: italic;
}
.grey{
  color: #008080;
  background: #DDDDDD;
}
.white{
  color #008080;
  background: #FFFFFF;;
}
.bold{
  font-weight:bold;
}
.normal{
  font-weight:normal;
}
.message{
  color: #008080;
  background: #008080;
  border-width: thin;
  border-style: solid;
  padding: 10pt;
  font-weight:bold;
}