﻿body, input, textarea, table, select {font-family: arial, helvetica; font-size: 10pt;}
body {background-color: white;margin: 5px;}
h1 {font-size: 20pt; font-weight: bolder;}
h2 {font-size: 16pt; font-weight: bolder;}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}