<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
FILE NAME:project.css 
DATE MODIFIED:10 March 2011
DESCRIPTION: This style sheet is the default standard for the CLIPS CD-ROM and HTML products.
Please do not alter. All style variables are developed on 'project.css'. 
AUTHOR: dbocca
*/

h2, #popup h2 {
	width:310px;
	color: #FFFFFF;
	background-image: url(graphics/h2.jpg);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:
	height: 35px;
	background-color: #FFF;
	border-bottom-style:none;
}
h3 {
	width:75px;
	color: #FFFFFF;
	background-image: url(graphics/h3.jpg);
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:
	height: 32px;
	background-color: #FFF;
}
</pre></body></html>