 /* ExhibitPlus V1.3 01.05.2004. Author: Mark Fyvie. Official site: http://www.fyvie.net/photos/info_exhibitplus.html

    This is basestyle.css - a darker style with black left and right margins around a dark purple background
    Even though colour information is specified here, each HTML page actually calls a second style sheet, and this style sheet contains just the colour information for the various styles. In this way the dark style is modified into other styles */
 
 body {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: small; 
	color: #66CCFF; 
	font-weight: normal; 
	font-style: normal; 
	background-color: black; 
	background-image: none;
	margin: 0px;
	}
 a:link { 
	color: #CC66CC; 
	} 
 a:visited { 
	color: #9966CC; 
	}
 a:hover { 
	color: #FF0066;
	}
 p {
	margin:0px 10px 10px 10px;
	font-size: small; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 p.indent { 
	margin-left: 30pt;
	}
 table,tr,td {	
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	clear: left;
	}
 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:20px 25px 20px 35px;
	background-image: url(purplestripe.gif);
	}

/* Styles assosicated with index pages */
 #indexframe {
	width: 99%;
	background-color: black;
	padding: 4px;
	border: 0px;  /* Netscape 4.x friendly */
	}
 .folderData { 
	font-size: xx-s