table {
 color: #FFFFFF;
}h1 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #FFFFFF;
 text-decoration: overline;
 text-transform:  uppercase;
 font-weight: bolder;
}h2 {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #00FF00;
 text-decoration: none;
}h3 {
 font-family: Arial;
 font-size: large;
 font-weight: bold;
 text-align: left;
 color: #00FFAF;
}a:hover {
 color:#0000FF;
 background: #FFFF00;
 text-decoration: none;
}
