body
{
	 margin: 0
}

table.header
{
	position: fixed; 
	top: 0px;
	background-color: rgba(0, 0, 255, 0.7); 
	width: 100%; 
	height: 3.5vw; 
	z-index: 100
}

td.header-company-name
{
	width: 40%; 
	text-align: center
}

a.header-company-name
{
	color: rgb(255, 255, 255); 
	font-family: Sans-Serif; 
	font-size: 1.5vw;
	text-decoration: none; 
	margin-right: 2vw
}

td.header-tabs
{
	width: 60%;
	text-align: center
}

a.header-tab
{
	color: rgb(255, 255, 255); 
	font-family: Sans-Serif; 
	font-size: 1.3vw;
	text-decoration: none; 
	margin-right: 3vw
}

div.heading
{
	position: absolute; 
	width: 100%; 
	text-align: center; 
	color: white; 
	font-family: 'Comic Sans MS'; 
	font-size: 6vw; 
	font-weight: bold;
}

div.content
{
	margin: 5vw 13vw 5vw 13vw
}



















