body 
{
background-color:white; 
}

/*** links styles ***/

a
{
  font-family:arial;
  color: #ffffff;
  font-weight : normal;
  font-family:arial;
  text-decoration : none; 
  font-size:85%;
  line-height: 0.5cm;
}

a.inline
{
  font-family:arial;
  color: #ffffff;
  font-weight : normal;
  font-family:arial;
  text-decoration : none; 
  font-size:100%;
  line-height: 0.5cm;
}

a:link {color: #669999;}
a:visited {color: #669999;}
a:hover {text-decoration: underline; font-family:arial;}


/*** Nav bar styles ***/

#nav
{
   white-space : nowrap;
   background-color : #999999;
   float : left;
   color : Black;
   width : 600px;
   border-style : solid;
   border-color : #000000;
   border-width : 2px 0 2px 0;
}

#nav ul
{
   padding : 0;
   margin : 0;
   float : right;
}

#nav ul li
{
   display : inline;
}

#nav ul li a
{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #999999;
   color : Black;
   font-weight : normal;
   font-family : arial;
   text-decoration : none;
   float : left;
   border-right-color : #000000;
   border-right-style : solid;
   border-right-width : 1px;
}

#nav ul li a:hover
{
   background-color : #ffffff;
   color : #000000;
}



h1
{
text-align:right;
font-weight:500;
font-style:normal;
color:#000000;
font-family:arial;
font-size:300%;
line-height: 0cm;
}

h2
{
font-weight:500;
font-style:normal;
color:#000000;
font-family:arial;
font-size:120%;
line-height: 0.5cm;
}

h3
{
font-weight:500;
font-style:normal;
color:#000000;
font-family:arial;
font-size:110%;
}

p
{
font-style:normal;
color:#000000;
font-family:arial;
font-size:75%;
line-height: 0.5cm;
}

k 
{
font-style:italic;
color:#000000;
font-family:arial;
font-size:75%;
line-height: 0.5cm;
}

address 
{
margin-top: 1em;
padding-top: 1em;
border-top: thin dotted; 
}

/*** Tables Style ***/
div.container
{
width:600px;
margin:0px;
border:0px solid gray;
line-height:150%;
}

div.footer
{
border-bottom:1px solid gray;
}

div.left
{
float:left;
width:40%;
margin:0;
padding:1em;
padding-top:2.5em
}

div.content
{
margin-left:45%;
border-left:0px solid gray;
padding:1em;
}

</style>
</head>