<style type="text/css">

a:link{
    text-decoration: none;
	color: #7fabbd; }

a:visited{
    text-decoration: none;
	color: #4998ba; }

a:hover{ text-decoration: none;
		 color: #5a7c8b; }

/* For page headers */
h1 {font-family:Verdana;
   font-size: 32px;
   font-weight: bold;
   color: #2b4a65;
   text-align: center;
   letter-spacing: 1pt;}   

/* Header for felishorn name */
h2 {font-family:Verdana;
   font-size: 24px;
   font-weight: bold;
   font-style: italic;
   color: #2b4a65;
   text-align: center;
   letter-spacing: 1pt;}
   
/* Subheaders for text pages */
h3 {font-family:Verdana;
   font-size: 20px;
   font-weight: bold;
   color: #2b4a65;
   letter-spacing: 2pt;}   

p {font-family: Verdana;
  color: #8e9496;
  letter-spacing: 1pt;
  font-weight: regular;
  font-size: x-small;
  text-align: justify; }

p.Indent {text-indent: 5%;}
p.Center {text-align: center;}

body
{ height: 100%;
background: #2b4a65;
background-image: url();
background-repeat: repeat-y;
background-position: center top;
background-attachment: scroll;

margin:0;
padding:0;
height:100%;

scrollbar-base-color: #1A2C3A;
scrollbar-arrow-color: #306F8E;
scrollbar-3dlight-color: #141617;
scrollbar-darkshadow-color: #141617;
scrollbar-face-color: #1A2C3A;
scrollbar-highlight-color: #2b4a65;
scrollbar-shadow-color: #2b4a65;
scrollbar-track-color: #203749;
 }

input, textarea {background: #2b4a65;
   font-family: Verdana;
   color: #8e9496;
   font-weight: regular;
   font-size: x-small;
   border-style: solid;
   border-color: #808080;
   border-width: 2px; }

ol { list-style-type: decimal;
   font-family: Verdana;
   color: #8e9496;
   letter-spacing: 1pt;
   font-weight: regular;
   font-size: x-small;}

ul { list-style-type: disc;
   font-family: Verdana;
   color: #8e9496;
   letter-spacing: 1pt;
   font-weight: regular;
   font-size: x-small;}
   
TABLE.MAIN
  {  background-color:#2b4a65;
     width:550px;
     border-style:double;
     border-color:black;
     border-width:2px;
     border-spacing:5px}

TH.MAIN
  {  font-size:10pt;
     color:white;}

TD.MAIN
  {  background-color:#141617;
     border-style:double;
     border-width:2px;
     text-align:justify;
     padding:7px}
     
TABLE.SUB
  {  background-color:#222526;
     width:520px;
     border-style:double;
     border-color:black;
     border-width:2px;
     border-spacing:5px}

TH.SUB
  {  font-size:10pt;
     color:white;}

TD.SUB
  {  background-color:#222526;
     border-style:double;
     border-width:2px;
     text-align:center;
     padding:7px}
     
TABLE.BOOK
  {  background-image:url('img/DarkWood06.png');
     width:450px;
     border-style:double;
     border-color:black;
     border-width:2px;
     border-spacing:12px}

TH.BOOK
  {  font-size:10pt;
     color:white;}

TD.BOOK
  {  background-image:url('img/DarkWood07.png');
     border-style:double;
     border-width:2px;
     text-align:center;
     padding:2px}

</style>