﻿body 
{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

h1
{
	font-size: 25px;
}
a:link, a:visited
{
	text-decoration: none;
	color: Blue;
}	
a:hover
{
	color:Red;
}
.Header
{
	top:0px;
	left: 0px;
	position:absolute;
	background-image: url(/QPASP01/Images/header_bg3.bmp);
	
}
.Menu
{
	top: 160px;
	left: 15px;
	width: 195px;
	position: absolute;
}
.Content
{
	top: 160px;
	left: 200px;
	position: absolute;
	width: 0600px
}

