
body 
{
  padding-left: 0em;
  font-family: Verdana;
  color: white;
background-color: #000000; 
background-image:url("images/instrumentsbackground.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:  #ffffff }
h2 { font-size:  1.5em }

h3 { font-family: verdana }
h3 { color : #9999ff }
h3 { font-size:  1em }

h4 { color: yellow }

p { font-family: verdana }
p { color: white }
p { font-size: 0.75em}

.small { font-size : 0.5em }

.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: white }
a:visited {  color: white }

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 
}


