 /* Used by Art Smart consulting
This is style.css - 
    Even though colour information is specified here, each HTML page actually calls this style sheet */
 
 body {
	background-color: #f7f7eb;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: small; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	margin: 0px;
	}
 a:link { 
	color: #2a3959;
	text-decoration: none; 
	} 
 a:visited { 
	color: #808080; 
	}
 a:hover { 
	color: #313171;
	}
 h1 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: large; 
	color: #000000; 
	}
 p {
	margin:0px 10px 10px 10px;
	font-size: small; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 p.indent { 
	margin-left: 40pt;
	}
 
 img {
	border: 0px;
	}
/* Used to setup the main page structure with borders on the left and right */
 #centercontent {
	background: black;
	margin-left: 40px;
	margin-right: 40px;
	padding:5px 25px 20px 35px;
	background-image: url(purplestripe.gif);
	}

 .header { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: large; 
	color: white; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal;
	}
 .footer { 
	font-size: xx-small; 
	color: rgb(97,97,97); 
	text-align: center; 
	}