﻿body
{margin: 0cm 0cm 0cm 0cm}

.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
{	margin-top:80px;
	border-top-width: 3px;
	border-top-color:Black;
	border-top-style:solid;
	padding:10.0px;
	width:auto;
	height:60px;
	background-color:Gray; 
	font-family:Tahoma;
	font-size:x-small;
	color:White;
	text-align:center;

}


: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 */

