body{background-color: black}

hr
{
  border: 1;
  width: 60%;
  color: ccc;
  background-color: black;
  height: 5px;
}

h1
{
text-align: center;
color: white;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 300%;
}

h2.left
{
text-align: left;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 200%;
}

h2.center
{
text-align: center;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 200%;
}

h3.left
{
text-align: left;
color: white;
font-family: times;
font-style: normal;
font-weight: normal;
font-size: 125%;
}

h3.center
{
text-align: center;
color: ccc;
font-family: arial;
font-style: normal;
font-weight: bold;
font-size: 150%;
}

h4.left
{
text-align: left;
color: white;
font-family: times;
font-style: normal;
font-weight: normal;
font-size: 105%;
}

h4.center
{
text-align: center;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 105%;
}

h5
{
text-align: center;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 75%;
}

p.left
{
text-align: left;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 100%;
}

p.center
{
text-align: center;
color: white;
font-family: arial;
font-style: normal;
font-weight: normal;
font-size: 100%;
}

a:link {color: white}
a:visited {color: white}
a:hover{color:red}
a:active {color: white}