/* $Id: west.css,v 1.11 2005/04/26 10:46:48 boulet Exp $ */
body 
{ 
      color: black;
      background: white;
      font-family: sans-serif;
      margin-left: 6em; margin-right: 4em;
      text-align: justify;
      font-size: medium
}

a {text-decoration: none}
A:link, A:active {color:rgb(255,93,46)}
A:visited {color:rgb(204,74,38)}
A:active {color: rgb(150,150,150) }    /* active links */
A:hover  {color: white; background-color:rgb(255,93,46)}

/* headers */
h1       {color : rgb(42,153,206);  text-align : center}
h1       {font-size : xx-large}
h1	 {margin-top : 1em}

h2       {margin-left : 0em; font-size: x-large}
h3       {margin-left : 0em; font-size: large}
h2,h3,h4,h5,h6 {text-align : left}
h4 	 {margin-left : 1em}
h5	 {margin-left: 2em}
h6	 {margin-left: 3em}
h2,h3,h4,h5,h6 { color: rgb(42,153,206)}
h1,h2,h3,h4,h5,h6 {font-family : sans-serif; font-weight : bold}

.subh1
{
  font-size : smaller; 
  color : rgb(32,114,153) ;
}
sup,sub  {font-size: smaller}

img      {border : none}
em       {color : rgb(32,114,153)}
strong	 {color : rgb(32,114,153)}
blockquote {font-size: small}

.new { font-size : large; color : white; background-color : rgb(42,153,206); 
       font-weight : bold; padding : 1ex; text-align : center; margin : 2ex}


kbd,code,pre
{
  font-family : monospace
}
address  {color : rgb(32,114,153)}
address	 {font-family : fantasy}
address  {text-align : right}


.footer
{
  font-size : small ;
  text-align : right ;
}
.topnavigation
{
  font-size : small ;
  text-align : left ;
  margin-left: -40pt ; 
}
.timestamp
{
  font-size : small ;
  text-align : right ; 
}
.copyright
{
  font-size : small ;
  text-align : right ; 
}
.inlinenote
{
  font-size : small ;
}

