
html { 
	width:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}


body {
	background-image: url('../images/backgrnd4.jpg'); 
	background-repeat: repeat-x; 
	background-position: top;
	background-attachment:fixed;
# 	background-color: #3986C7; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;	
}

#href a { text-decoration: none; } 


#<style href>a {text-decoration: none} </style>
site a:link    {color:#FF0000; text-decoration: none } /* unvisited link - red */
site a:visited {color:#00FF00; text-decoration: none } /* visited link - GREEN */
site a:hover   {color:#FF00FF; text-decoration: none } /* mouse over link - pink */
site a:active  {color:#0000FF; text-decoration: none } /* selected link -BLUE */

a.site:link    {text-decoration: none } /* unvisited link */
a.site:visited {color:#800080; text-decoration: none } /* visited link - MAROON */
a.site:hover   {color:#FF0000; text-decoration: none } /* mouse over link - DARK GREEN */
a.site:active  {color:#0000FF; text-decoration: none } /* selected link - BLUE */

table.header {background-color: #EEE8AA; width:950px; } /* bgcolor="PaleGoldenrod" */

table.content {background-color: #FAFAD2; width:950px; } /* bgcolor="LightGoldenrodYellow" */

table.footer {background-color: #FFFFE0; width:950px; } /* bgcolor="LightYellow" */



#companies a { color: #3986C7; text-decoration: underline; }
#companies a:hover { color: #990000; text-decoration: underline; }
#companies a:visited { color: #990000; text-decoration: underline; }
