/** 	December 9, 2007. lime - green - dark olive - light olive - 0DFF00, 00B815, 8C8500, CCBB00.  More specific attributes (say h2) take precedence over more general ones (say body).Some attributes are inherited from the containing element. Attributes lower on the stylesheet take precedence over ones higher up (all other things being equal). (Attributes in the body of the html file take precedence over anything in the style sheet.) So it's probably best to start with the general elements at the top and go towards the most specific elements at the bottom. **/  /** ________________________________________________________________________________________ **/  A:link	{text-decoration: none }  BODY { font-family:sans-serif; font-size:10pt; background-image:url(craquelW.jpg); 	background-repeat:repeat; background-attachment:fixed ; }  /** ________________________________________________________________________________________ **/  /** This is the table on the registration form. **/ TABLE.dates        { font-size: 9pt ; nowrap:nowrap ; cellspacing: 0 ; border-collapse: collapse ; 	valign: top ; 	border-width: 1px; 	border-spacing: ; 	border-style: ; 	border-color: gray; 	border-collapse: collapse; 	background-color: transparent; }  table.dates th { 	border-width: 1px; 	padding: 8px 8px 8px 5px; 	border-style: inset; 	border-color: gray; 	background-color: transparent; 	font-weight: bold ; 	white-SPACE: nowrap ; 	-moz-border-radius: ; }  table.dates td { 	border-width: 1px; 	padding: 8px 8px 8px 5px; 	border-style: inset; 	border-color: gray ; 	background-color: transparent; 	white-SPACE: nowrap ; 	-moz-border-radius: ; }  TABLE.noprintborder	{ border: 1px solid olive ; }  /**This is the table that encloses the whole page and provides the page border **/  TABLE.menu   { color: green ; font: bold ; cellspacing: 2 ; cellpadding: 2 ; width : 50% ; align : center ; border : 0 } /** These are the tables near the top of the front page and the Refresher course page that link to subject headings further down the page **/  /** This is the table enclosing the links on the Links page. **/ TABLE.menuprint   { font: normal ; cellspacing: 2 ; cellpadding: 2 ; width : 80% ; border : 0  }  TD.b	TABLE.menuprint	A:link		{color : black } TD.b	TABLE.menuprint	A:visited 	{color: black } TD.b	TABLE.menuprint	A:hover		{color: black } TD.b	TABLE.menuprint	A:active	{color: black }  TABLE.regtable     { font-size: 9pt }  TABLE	{ /* background:"none"; */ border:0px solid }  TABLE.noborder {border:0px solid; }  /** ________________________________________________________________________________________ **/  DIV.noprint	{ background-color: transparent }  /** This is the main menu on the left of the page. **/ DIV.menu	{  text-align: left ; background-color: transparent ; color:green; PADDING-RIGHT: 20px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; LEFT: 9px; WIDTH: auto; POSITION: absolute ; TOP: 148px; HEIGHT: 350px ; /** border-right: 9px solid green ; **/ }  DIV.menu	A:link	{ color: green ; text-decoration: none } DIV.menu	A:visited 	{ color: green ; text-decoration: none } DIV.menu	A:hover	{ color: green ; text-decoration: underline } DIV.menu	A:active 	{ color: green ; text-decoration: none }  DIV.menu	H5	{font-size:8pt ; font: bold ; text-align: left ; color: green ; }  DIV	{ text-align: left }  DIV.links {background-color: transparent /**rgb(0,0,255)**/ }  /** These are items (URLs) on the Links page that do not show on screen but which do print out. **/ DIV.noscreen	{ display: none }  /** ________________________________________________________________________________________ **/   /** This is the left column of the page, behind the main menu. **/ TD.a	{ width: 30% }  /** This is the right-hand column containing the text. **/ TD.b	{ color: black ; padding-right : 5% ; VERTICAL-ALIGN: top } TD.b	A:link	{color:black ; text-decoration:none} TD.b	A:visited {color: black ; text-decoration:none} TD.b	A:hover	{color: black; font-weight:none; text-decoration:underline; background:none } TD.b	A:active	{ color: black }  TABLE.menu	A:link	{color: green } TABLE.menu	A:visited 	{color: green } TABLE.menu	A:hover	{color: green ; text-decoration: underline ;  } TABLE.menu	A:active	(color: green )    TD.ht { height: 25px } TH.l	{ text-align: left }  SPAN.italic { font-style: italic; } SPAN.emph	{ font-style: italic } SPAN.emph2	{ font-style: italic }   H1 { text-align: center ;   	letter-spacing: .25em;   	color: green ;   	background-color: transparent;   	font: bold 18pt Sylfaen, serif  }   H2 { text-align: right;   	letter-spacing: .25em;   	color: olive;	 	background-color: transparent ; 	background-repeat:repeat; 	font: bold 16pt Sylfaen, serif ; 	border-top: 3px solid lime ; }   H3 { font: bold 12pt Sylfaen, serif ; text-align: left ; color: #CCBB00 } /**H3.u	{ font-size: 14pt ; font-weight: normal ; text-align: left ; color: #CCBB00 ; }**/  H4 { font-size: 9pt }  H5	{font-size:8pt ; font: bold ; text-align: center ; color: green ; }  H5	A:link	{ color: green } H5	A:visited 	{ color: green } H5	A:hover	{ color: green ; text-decoration: underline } H5	A:active 	{ color: green }  H5.email {font-size:8pt; font: bold ; color: green }   /** ________________________________________________________________________________________ **/    