/*  CSS for BlueMarlinDevelopment.com site   */
/*  ======================================   */
/*  Set the body font style, etc... */
body {
	background-image: url("images/tile_degrade_2007.gif");
	background-repeat: repeat-x;    
  	background-position: 0px 0px;     /*  px location 0px 0px is top left corner */ 
	background-color: #e2edff;        /*  #e2edff = light blue */
	font-family: "Book Antiqua", Helvetica, Arial, sans-serif;
	line-height: 125%;
	padding: 0px;
      padding-left: 5px;
    /* padding-right: 220px;  */
 }

/*  link formatting   */
a:link    {color: navy; }
a:visited {color: navy; }
a:hover   {color: white; text-decoration: none; background-color: navy; }
a:active  {color: white; background-color: navy; }


