﻿.html
{
    vertical-align:top;
    text-align:center;
    width: auto; 
    height: auto; 
    background-color:white;
    font: 14px Arial,sans-sarif;    
    position: static;
}

.table
{
    vertical-align:top;
    text-align: center;
    width: 100%; 
    height: 100%; 
}

.header
{
    vertical-align:top;
    text-align:center;
    width: auto; 
    height: 10px; 
    background-color:orange;
    text-align:center;
    font-size: 20px;
    font-family:  Verdana;
    color:black;
    position: relative;    
}

.links
{
	vertical-align: top;
	text-align: left;
	height: 10px;
	width: auto;
	background-color: Yellow;
	color: black;
	font-size: 12px;
}

.errormsg
{
    vertical-align:top;
    text-align:left;
    width: auto; 
    height: 12px; 
    background-color:white; 
    color:Red; 
    font-size: 12px;      
}

.content
{
   vertical-align:top;
   text-align:center;
   width: auto; 
   height: 600px;    
   background-color:white;      
}
