/* CSS Document */

body {
	background-color: #1e1f1f;
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #c7b76b;
}
		
#logo {
	background-image: url(glp_logo.jpg); 
	background-repeat: no-repeat;
	width: 800px;
    height: 90px;
} /* all pages */

.stylehr {
	color: #c7b76b;
} /* gallery list and gallery pages */

p.home {
	line-height: 1.25; 
	margin: 1em 1em; 
	text-align: justify;
} /* index page */


/* below code applies to all pages */

.style11 { 
	 font-size: 11px; 	  
	 color: #c7b76b; 
	 font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
 }
		  
.style12 {
	font-size: 12px; 
	color: #c7b76b; 
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
}

.style14 {
	font-size: 14px; 
	color: #c7b76b; 
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
}
	 
.style16 { 
	font-size: 16px; 
	color: #c7b76b; 
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
}
		  
.style18 {
	font-size: 18px; 
	font-weight: bold;
	color: #c7b76b; 
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #c7b76b;
}

a:link {
	color: #c7b76b;
}

a:visited {
	color: #c7b76b;
}

a:hover {
	color: #c7b76b; 
	background: #eeddcc;
}
