﻿body 
{
    background-color: #253a48;
   color: White;
   font-family: verdana;
   font-size:10pt;
   
   
}
h1
{
 height:33px;
 font-size: 10pt;
 background-image: url('images/titelBack.jpg');
 background-position:center;
 background-repeat: no-repeat;
 padding-top:4px;
 text-align:center;
 width:100%;
 margin:0px;
 text-decoration:underline;
}
h2 
{
 font-size: 10pt; 
 text-decoration:underline;
 font-weight:bolder;
 color: white;
 margin: 2px;
 vertical-align:top;
 padding-top:5px;
 margin-left:5px;
 margin-bottom:5px;
 
    
}
h3
{
 font-size: 10pt;
 font-style:inherit;
    
}
table.mainTable 
{
 width:100%;
 height:100%;
 background-image: url('images/contentBackground.jpg');
 background-position:center;
 background-repeat:repeat-y;
 background-attachment:fixed;
 margin:0px;   
}

p 
{
    margin:5px;
    font-size:10pt;
}
hr 
{
    
color: #496880;
width: 100%;
height: 1px;

}


    
a:link 
{
 text-align:right; color:#63a7c0;   
}
a:visited 
{
  text-decoration:none;color:#949494;
}
a:hover 
{
    color:yellow;
    text-decoration:underline;
    font-style:normal;
    }
img 
{
    margin-left :10px;
    margin-right :10px;
    margin-top :5px;
    margin-bottom :5px;
}