body {
  padding-left: 11em;
  font-family: Arial, Georgia, "Times New Roman",
        Times, serif;
  color: black;
  background-color: #e2edff }
/* 
gold color= #d8da3d blue = #e2edff 
*/
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10em;
  left: 1em;
  width: 7em }
h1 {
  font-family: Arial, Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li 
{
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  
}
ul.navbar a {
  text-decoration: none }
a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

a {
 font-weight: bold;
 color: black;
}

a:link {
 color: black;
}

a:visited {
 color: gray;
}

a:hover {
 text-decoration: none;
 color: white;
 background-color: navy;
}

a:active {
 color: aqua;
 background-color: navy;
}


				
				/* set millions of background images */<br>
				.rbroundbox { background: url('nt.gif'); }<br>
				.rbtop div  { background: url('tl.gif') no-repeat top left; }<br>
				.rbtop      { background: url('tr.gif') no-repeat top right; }<br>
				.rbbot div  { background: url('bl.gif') no-repeat bottom left; }<br>
				.rbbot      { background: url('br.gif') no-repeat bottom right; }<br>
				<br>
				/* height and width stuff, width not really nessisary. */<br>
				.rbtop div, .rbtop, .rbbot div, .rbbot {<br>
				width: 100%;<br>
				height: 7px;<br>
				font-size: 1px;<br>
				}<br>
				.rbcontent  { margin: 0 7px; }<br>
				.rbroundbox { width: 50%; margin: 1em auto; }
				
				
