/* CSS Document */
h1{ 
  font-family:  Verdana, Times New Roman, Times, serif;
  color: #000000;
  margin-bottom: 5px;
  font-weight: bold;
  font-size:  14px;
} 

h2{ 
  font-family:  Verdana, Times New Roman, Times, serif;
  font-size:  14px;
  font-style: italic;
  color: #000000;
  margin-left: 200px;
  margin-top: 0px;
  font-weight: bolder;
} 

#loginbutton{
    float:right;
}