body {
background-color: black;
color:yellow;
font-size:100%;
}
h1,h2,h3,h4,h5,h6
{
color:yellow;
font-family: "Courier",sans-serif;
vertical-align: middle;
}

h1
{
font-size:3em;
font-style: bold;
}
h2
{
font-size:2.5em;
font-style: bold;
}
h3
{
font-size:2em;
font-style: bold;
}
h4
{
font-size:1.5em;
font-style: bold;
}
h5
{
font-size:1em;
font-style: bold;
}
h6
{
font-size:0.75em;
font-style: bold;
}

p
{
color:yellow;
font-family: "Arial",sans-serif;
font-size:1em;
font-style: normal;
vertical-align: middle;
}

hr
{
color:yellow;
text-align:center
}

.centre {text-align:center;font-weight: bolder;}
.left {text-align:left;}
.right {text-align:right;}
.italic {font-style: italic;}
.bold {font-weight: bolder;}
.big {font-weight: bold;font-stretch: extra-expanded;}

a:link {color:aqua; text-decoration:none;}
a:visited {color:aqua; text-decoration:none;}
a:hover {color:red; text-decoration:blink;}

.linkimage
  {
  margin:2px;
  border:0px solid #000000;
  height:auto;
  width:auto;
  float:center;
  text-align:center;
  }
.linkimage img
  {
  display:inline;
  margin:1px;
  border:1px solid #000000;
  }
.linkimage a:hover img
  {
  border:1px solid #ffffff;
  }


