body            { 
		  margin-top:0px;
		  margin-bottom:0px;
		  margin-left:0px;
		  margin-right:0px;
		  margin:0px;
		 font-size:10;
		 font-family : verdana, arial, helvetica, times new roman;
		 color: red;
		 background-color: #00000;
		}
		

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
ul.navbar a {
  text-decoration: none }

a:link {
  color: #FF0000; 
  font-size: 11px; 
  text-decoration: none; 
  background: #000000;}/*normal links in the text*/
a:visited {
  color: #FF0000; 
  font-size: 11px;
  text-decoration: none; 
  background: #000000;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #FFFF00; 
  font-size: 11px;
  text-decoration: underline; 
  background: #000000;}
a:active {/*colour in NN4.xx is red*/ 
  color: #FFFF00; 
  font-size: 11px;
  text-decoration: underline; 
  background: #000000;}

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

p{
  color: #FF0000; 
  font-size: 11px; 
  text-decoration: none; 
  }
p.test1{ color: blue; } 
p.test2{ font-size: 12px; }