/* CSS Document */
html,body{
height: 100%;
}

body {
background: #f3e0ff;
letter-spacing: 2px;
word-spacing: 3px;
line-height:1.2 em;
margin-left: 0%;
margin-right: 0%;
margin-top: 0%;
margin-bottom: 0%;
}

table {
background: #f3e0ff;
font-family:Georgia; 
font-size:8pt;
height: 100%;
color: #520092;
}

table.content
{
color: #520092; 
background-color: #e7c9ff;
font-family:Verdana; 
font-size:9pt;
height: 100%;
}


a:link{
color:#430305;
text-decoration:none;}
a:active{
color:#430305;
text-decoration:none;}
a:hover{
color:#ffffff;
text-transform:uppercase;}
a:visited{
color:#430305;
text-decoration:none;}

h1 {
text-align:center;
color:#520092; 
font-family:Verdana;
font-size:8pt;
background:#f3e0ff;
letter-spacing: 4px;
text-transform: uppercase;
width:97%;
padding:1px;
}

h2 {
text-align:left;
color:#520092; 
font-family:Verdana;
font-size:7pt;
background:#f3e0ff;
letter-spacing: 1px;
width:99%;
padding:0px;
border-bottom:2px solid #520092;
} 