/* Default CSS Stylesheet for Farm Bureau Web Application project */

body, input, textarea, table, select {font-family: Verdana, arial, helvetica; font-size: 9pt;}
body {background-color: white;
	  margin-left:5px;
	  margin-right:5px;
	  margin-top:5px;
	  margin-bottom: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:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
