﻿body
{
	margin: 0cm 0cm 0cm 0cm;
	background-color: #000000;
	height: 100%;
}

.contentstyle
{
    padding-top:20.0px;
	padding-bottom:30.0px;
    width:800px;
    color:Gray;
    font-family:Tahoma;
    font-size:12pt;
    margin-left: auto;
    margin-right: auto;

}
.headerstyle
{
	border-bottom-width: 3px;
	border-bottom-color:Purple;
	border-bottom-style:solid;
	padding:10.0px;
	width:auto;
	height:60px;
    text-align:left;
	background-color:Gray; 
	font-family:Tahoma;
	color:White;
}
.qfooterstyle
{		
	height: 30px;
	background-color: gray;
	font-family: Verdana;
	font-size: x-small;
	color: White;
	text-align: center;
	z-index:10;
	border-top: 2px solid silver;
	width: 100%;
	vertical-align: middle;  
	position: absolute; 
	bottom: 0%; 
}

.footerlink
{
	color:Gray;
}


:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(0, 0, 153) } /* for visited links */
a:active { color: rgb(0, 0, 153) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


