/* --------
Code Author: Patrick Crampton
http://www.sgtsearch.com/
in cooperation with http://www.thiefware.com
Stops companies from hijacking links on your web site.
-------- */
span {font-size:12px;} background {color:red;}

/*-----------------------------------------
    Change here for main background style
-----------------------------------------*/
BODY {
margin: 0px 0px 0px 0px; 
background-image:  url(images/background.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed; 
}

/*-----------------------------------------
    Change menu colors here for header
-----------------------------------------*/

a.blacklink:link    {    color: #000000; font-family: arial; font-weight: bold; text-decoration: none;   }
a.blacklink:visited {    color: #000000; font-family: arial; font-weight: bold;  font-size:12pt; text-decoration: none;    }
a.blacklink:hover   {    color: #000000; font-family: arial; font-weight: bold;  font-size:12pt; text-decoration: underline;    }

a.blacklink2:link    {    color: #000000; font-family:verdana; font-weight: bold;  font-size:12pt; text-decoration: none; padding:0 7;   }
a.blacklink2:visited {    color: #000000; font-family:verdana; font-weight: bold;  font-size:12pt; text-decoration: none; padding:0 7;    }
a.blacklink2:hover   {    color: #0066ff; font-family:verdana; font-weight: bold;  font-size:12pt; text-decoration: underline; padding:0 7;    }

medium	{    color: #000000; font-family: verdana; font-weight: bold; font-size:10pt; }

a:link    	{    color: #5672B0; font-family: verdana; font-weight: bold; font-size:10pt; text-decoration: underline;    }
a:visited 	{    color: #5672B0; font-family: verdana; font-weight: bold; font-size:10pt; text-decoration: underline;    }
a:hover   	{    color: #7399EB; font-family: verdana; font-weight: bold; font-size:10pt; text-decoration: none;    }

