/**
 * Stylesheet for first page of Glazed for Keeps
 *
 * Written by Gillian Groom
 */
 
/* other background color or image changes */
body {
	background:#84A4C1; /* main site background color, blue default */
	}
a:link {
	color:#FFFFFF; /* main site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#313131;
	}

a:hover {
	color:#000000; /* color when links are hovered over */
	text-decoration:none;
	}
h1.dev {font: 10pt Arial;
            color:white;
        font-weight:bold;
        line-height: 14pt;}
	

	
/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: auto;
	}
	

	

