<title>Examples of Using The Font Attributes</title>

  <STYLE TYPE="text/css">


     body {
 background-image: url (http://www.sandgbuilders.com\DSC009601.JPG);
 background-color: #000000;
 
 color: #FFFFFF;
 text-decoration: none;
 
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li { 
	display: inline; 
}

#navigation ul li a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	color: #000;
}

#navigation ul li a:hover {
	background-color: #900;
	color: #FFF;
}


#sitename {
background: #fff url(http://www.sandgbuilders.com\LOGO1010.JPG) no-repeat left; /* background 

colour, alignment etc. and image location */
color:#000000; /* text Colour */
height:150px; /* Height to suit image */
width:630px;
margin:0; /* Zero margin so that header will fill the whole area */
text-align:left;
}</style>

    
      