﻿@media screen {
.maintabel
		{
		font-family: Verdana, sans-serif; 
		font-size: 0.8em; 
		color: rgb(0,0,0); 
		z-index: 2;
		}
p, td
		{
		font-family: Verdana, sans-serif; 
		font-size: 0.8em; 
		color: rgb(0,0,0); 
		z-index: 2;
		}
div		{
		position: left;
		width: 800px; 
		height: 500px; 
		z-index: 1; 
		}
h1		{
		font-family: Verdana, sans-serif; 
		font-size: 1.3em ; 
		color: rgb(0,0,0); 
		font-weight: bold;
		}
h2		{
		font-family: Verdana, sans-serif; 
		font-size: 1.1em ; 
		color: rgb(0,0,0); 
		font-weight: bold;
		margin-bottom: 0em;
		}		
ul		{
		font-family: Verdana, sans-serif; 
		font-size: 1em; 
		color: rgb(0,0,0); 
		margin-left: 20px;
		margin-bottom: 0px;
		}		
a:link
		{ 
		color: rgb(90,132,246);	
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:visited
		{ 
		color: rgb(10,189,52); 
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:active
		{ 
		color: rgb(243,186,33);  
		text-decoration: underline; 
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:hover
		{ 
		color: rgb(243,81,32); 
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
}


