body 		{font-family: sans-serif;
		font-size: 13;
		color: #000000;
		background: #FFFFFF;
		background-attachment: fixed;
		background-image: url(images/background01.jpg);
		background-repeat: no-repeat;
		background-position: center center
		}

/*this ensures that the links are only underlined when the cursor is over them*/

a:link		{font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none;  
		color: #000066
		}
a:active 	{font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 	
		color: #000066 
		}
a:visited 	{font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		color: #000066 
		}
a:hover 	{font-family: Arial, Helvetica, sans-serif; 
		text-decoration: underline; 
		color: #000066
		}

/*ensures font size for text in tables is small*/

#table1		{font-size: 13
		}