body {
 font-family: sans-serif;
 font-size: small;
 color: #FFFFFF;
 background: #A21700;
}
p {
 font-family: sans-serif;
 font-size: small;
 text-align: justify;
 color: #FFFFFF;
 margin-right: 20px;
}
h1 {
 color: #000000;
 font-size:1px;
}
h2 {
 font-family: sans-serif;
 font-size: x-large;
 text-align: center;
 color: #FFFFFF;
}
a {
 font-family: sans-serif;
 font-size: small;
 font-weight: bold;
 color: #FFCCFF;
 text-decoration: none;
}
a:link {
 font-family: sans-serif;
 font-size: small;
 font-weight: bold;
 color: #FFCCFF;
 text-decoration: none;
}
a:visited {
 font-family: sans-serif;
 font-size: small;
 color: #FF00FF;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
          font-family: sans-serif;
 font-size: small;
 font-weight: bold;
 color: #FF0080;
 text-decoration: underline;
 }