
body 
{
  padding-left: 0em;
  font-family: Verdana;
  color: white;
background-color: #000000; 
background-image:url("images/infectionmusicbackground.jpg")
}

ul.navbar 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em 
}

h1 { font-family: verdana }

h2 { font-family: verdana }
h2 { color :  #7fffdd }
h2 { font-size:  12pt }

h3 { font-family: verdana }
h3 { color : yellow }
h3 { font-size:  12pt }

h4 { font-family: verdana }
h4 { color: yellow }
h4 { font-size:  10pt }

p { font-family: verdana }
p { color: white }
p { font-size:  10pt }

.small { font-size : 8pt }
.smallred { font-size : 8pt }
.smallred { color  : red }

.redfont { color:red } 
.greenfont { color:green } 

ul.navbar li 
{
  background: black;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black 
}
ul.navbar a 
{
  text-decoration: none 
}

a:link {  color: yellow }
a:visited {  color: yellow }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

address 
{
  margin-top: 1em;
  padding-top: 1em;
  border-top: none 
}


