h1 {
   font-size: 50px;
   font-family: arial;
}
h2 {
   font-size: 18px;
   font-family: arial;
   font-weight: bold;
   text-decoration: underline;
}
h3 {
   font-size: 24px;
   font-family: arial;
   font-weight: bold;
}
a {
   font-size: 14px;
   font-family: arial;
   color: Black;
}
p {
   font-size: 14px;
   font-family: arial;
}
ul {
   font-size: 14px;
   font-family: arial;
}
li {
   font-size: 14px;
   font-family: arial;
}
#warning {
   color: Red;
   font-weight: bold;
}
#footer {
   background-color: Gray;
}

a:link {
COLOR: #FFFFFF;
}

a:visited {
COLOR: #FFFFFF;
}

a:hover {
COLOR: #FFFFFF;
}

a:active {
COLOR: #FFFFFF;
}


