/* CSS Document */

body { 
  font-family: Verdana,sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #770048;
}

table { 
  font-family: Verdana,sans-serif;
  font-size: 12px;
  color: #000000;    
}

A:link {
  font-family: Verdana,sans-serif;
  font-size: 16px;
  color: #0e6896;      
  text-decoration: underline;
}

A:hover {  
  color: #8dbfd8;
  text-decoration: underline;
  font-size: 16px;
}

A:visited {
  color: #0e6896;
  text-decoration: underline;
  font-size: 16px;
}

textarea {
  font-family: Arial,sans-serif;
  font-size: 12px;
}

A.enter:link {
  font-family: Verdana,sans-serif;
  font-size: 26px;
  color: #770048;    
  text-decoration: underline;
  /*font-weight: bold;*/
}

A.enter:hover { 
  font-size: 26px; 
  color: #ffccff;
  text-decoration: none;
  /*font-weight: bold;*/
}

A.enter:visited {
  font-size: 26px;
  color: #770048;
  text-decoration: underline;
  /*font-weight: bold;*/
}

A.hub:link {
  font-family: Verdana,sans-serif;
  font-size: 14px;
  color: #0e6896;      
  text-decoration: underline;
}

A.hub:hover {  
  color: #8dbfd8;
  text-decoration: underline;
  font-size: 14px;
}

A.hub:visited {
  color: #0e6896;
  text-decoration: underline;
  font-size: 14px;
}

h1,h2 {
  margin: 0;  
  color: #000000;    
}

h1 {
  font-family: Verdana,sans-serif;
  font-size: 28px;
  font-weight: bold;    
}

h2 {
  font-size: 20px;
}

img {
  border: solid 1px #999999; 
}


