* 
	{
	background-color: rgb(0, 0, 0);
	background-image: url(images/saftextr.jpg) !important; 
	background-attachment: fixed !important;
	}

body
	{
	background-color: rgb(0, 0, 0);
	background-image: url(images/saftextr.jpg) !important; 
	background-attachment: fixed !important;
	color: rgb(204, 204, 204);
	font-family: Verdana;
	font-weight: normal; 
	font-style: normal; 
	text-align: none; 
	vertical-align: none;
	topmargin="0"
	}

p   { 
	font: 10pt Verdana; 
	margin-top: 10px; 
	}
p.quote:first-letter { font-size: 300%; font-family: Times; color: rgb(204, 102, 0); line-height: 1.1; }


/*Universal character spacing for use with all elements. Implement with any element by adding an id value, e.g. id=07. */
#spacing_01 { letter-spacing: 0.1em }
#spacing_02 { letter-spacing: 0.2em }
#spacing_03 { letter-spacing: 0.3em }
#spacing_04 { letter-spacing: 0.4em }
#spacing_05 { letter-spacing: 0.5em }
#spacing_06 { letter-spacing: 0.6em }
#spacing_07 { letter-spacing: 0.7em }
#spacing_08 { letter-spacing: 0.8em }
#spacing_09 { letter-spacing: 0.9em }
#spacing_10 { letter-spacing: 1.0em }


span.quote: { font-weight: bold; color: rgb(204, 102, 0); }
span.author: { font-weight: bold; color: rgb(204, 153, 51); }


a:link { color: #CC9933; text-decoration : none; }
a:active { color: #FFCC33; text-decoration : none; }
a:visited { color: #CC9933; text-decoration : none; }
a:hover	{color : #FF6600; text-decoration : underline; }

	/* 
	Hex & RGB reference codes for above colors...
	Link color: Hex=(CC9933), RGB=(204, 153, 51)
	Active color: Hex=(FFCC33), RGB=(255, 204, 51)
	Hover color: Hex=(FF6600), RGB=(255, 102, 0)
	Visited color: Hex=(999966), RGB=(153, 153, 102) -- (the original olive green)
	
	Other colors...
	Bright Red: Hex=(FF0000), RGB=(255, 0, 0)
	Rust: Hex=(), RGB=(204, 102, 0) -- See h1, h4 below
	Brighter Yellow: Hex=(FFCC00), RGB=(255, 204, 0) -- nearly identical to FFCC33 Active color above
	Beige/Cream: Hex=(F8E0A0), RGB=(248, 224, 160) -- used in Dema's site for hover color on some pages	
	Light Grey Font Color: Hex=(CCCCCC), RGB=(204, 204, 204) -- standard font color for Safari theme
	*/

/*Universal font formatting for use with all text elements (<font>, <p>, <a>, etc). Implement with element by adding a class value, e.g. class="font_03" */
*.font_01 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 24pt ; text-align: none; vertical-align: none;  }
*.font_02 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 18pt ; text-align: none; vertical-align: none;  }
*.font_03 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 14pt ; text-align: none; vertical-align: none;  }
*.font_04 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 12pt ; text-align: none; vertical-align: none;  }
*.font_05 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 10pt ; text-align: none; vertical-align: none;  }
*.font_06 { color: rgb(255, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;  }
*.font_06b { color: rgb(204, 153, 51); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;  }
*.font_06c { color: rgb(204, 102, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;  }
*.font_06d { color: rgb(248, 224, 160); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;  }


ul 		 	 		 { list-style-image: url(images/theme/safbul1a.gif); }
ul ul        		 { list-style-image: url(images/theme/safbul2a.gif); }
ul ul ul 	 		 { list-style-image: url(images/theme/safbul3a.gif); }
ul.no_image	 		 { list-style-image: none; list-style-type: disc; }
ul ul.no_image	 	 { list-style-image: none; list-style-type: circle; }
ul ul ul.no_image	 { list-style-image: none; list-style-type: square; }

ol			 		 { list-style-type: decimal; }
ol ol		 		 { list-style-type: lower-alpha; }
ol ol ol	 		 { list-style-type: lower-roman; }
ol.decimal	 		 { list-style-type: decimal; }
ol.decimal_zero		 { list-style-type: decimal-leading-zero; }
ol.lower_roman 		 { list-style-type: lower-roman; }
ol.upper_roman 		 { list-style-type: upper-roman; }
ol.lower_alpha 		 { list-style-type: lower-alpha; }
ol.upper_alpha 		 { list-style-type: upper-roman; }
ol.lower_greek 		 { list-style-type: lower-greek; }
ol.upper_greek 		 { list-style-type: upper-greek; }
ol.georgian 		 { list-style-type: georgian; }
ol.armenian 		 { list-style-type: armenian; }

	/*
	Available Properties:
	list-style
	list-style-type
	list-style-image
	list-style-position
	
	List Style Types
	--------
	OL------
	decimal: 1, 2, 3
	decimal-leading-zero: 01, 02, 03
	lower-roman: i, ii, iii
	upper-roman: I, II, III
	lower-latin or lower-alpha: a, b, c
	upper-latin or upper-alpha: A, B, C
	lower-greek: a, ß, ?
	upper-greek: 
	georgian: an, ban, gan...
	armenian: ???
	UL------
	disc: 
	circle: 
	square: 
	
	List Style Positions
	--------
	outside
	inside
	*/

h1 { color: rgb(255, 102, 0); }
h2 { color: rgb(255, 102, 0); }
h3 { color: rgb(255, 102, 0); }
h4 { color: rgb(255, 102, 0); }
h5 { color: rgb(255, 102, 0); }
h6 { color: rgb(255, 102, 0); }
h1 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 24pt; text-align: none; vertical-align: none;  } 
h2 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 18pt; text-align: none; vertical-align: none;  } 
h3 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 14pt; text-align: none; vertical-align: none;  } 
h4 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 12pt; text-align: none; vertical-align: none;  } 
h5 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 10pt; text-align: none; vertical-align: none;  } 
h6 { font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt ; text-align: none; vertical-align: none;  }

table { table-border-color-light: rgb(204, 102, 0); table-border-color-dark: rgb(153, 102, 0); }
table { font-weight: normal; font-family: Verdana; text-align: none; font-style: normal; vertical-align: none; } 
th { color: rgb(204, 204, 204); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;}
caption { color: rgb(255, 204, 0); font-family: Verdana; font-weight: bold; font-style: normal; font-size: 8pt  ; text-align: none; vertical-align: none;}
legend { color: rgb(255, 204, 0); }
legend { font-style: Normal; font-family: Verdana, Arial, Helvetica; font-size: 8pt;  }

textarea { color: rgb(0, 0, 0); }
textarea { border-style:solid; font-style: normal; font-family: Verdana, Arial, Helvetica; font-size: 8pt; } 
fieldset { color: rgb(255, 255, 255); }
fieldset { border-left-style: solid; border-bottom-width: 1pt; border-top-width: 1pt; font-size: 8pt; font-family: Verdana, Arial, Helvetica; border-right-style: solid; border-left-width: 1pt; font-style: normal; border-right-width: 1pt; border-bottom-style: solid; border-top-style: solid; } 
label { color: rgb(204, 204, 204); }
label { font-style: bold; font-size: 8pt; font-family: Verdana, Arial, Helvetica;  } 
select { color: rgb(0, 0, 0); }
select { border-style:solid; font-style: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica;   } 
button { background-color: rgb(204, 102, 0); color: rgb(0, 0, 0); }
button { border-top-style: solid; border-bottom-width: 1pt; border-left-width: 1pt; border-right-width: 1pt; font-family: Verdana, Arial, Helvetica; font-style: bold; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; font-size: 8pt; border-top-width: 1pt;  } 
marquee { font-size: 14pt; font-family: Verdana, Arial, Helvetica;  } 

</STYLE>