	/* <style> */

	body {
			font-size:11pt;
	   		font-family: verdana, sans-serif;
			}
					
	table {
		   width:60%;
		   border:2px solid black;
		   font-size:11pt;
	   	   font-family: verdana, sans-serif;
		   }	
		   
	p
		   {
		   }
		   
	/* Get rid of underline on links */
    a	   {
		   text-decoration:none;
		   }
	 
	a:active {color:black}
    a:hover {color:blue}

