/**********************************************
	Content Elements
**********************************************/

body {
	margin: 0px 0px 0px 0px;
	background-color:#f7ba0b;
}

body, address, blockquote, div, 
caption, cite, dfn, dl, dt, 
fieldset, input, label, legend, 
li, ol, option, p, q, 
select, textarea, td, th, ul {
	font-family: Arial, serif;
	color: #000000;
}

h3 {
	
	font-size:
	
}

td {

}

a,
a:link { 
	color:#77b519;
	text-decoration: underline
}
a:visited {
	color:#77b519;
	text-decoration: underline
}
a:hover {
	color:#77b519;
	text-decoration: none
}
a:active {
	color:#77b519;
	text-decoration: none
}


/**********************************************
	Preview Picts
**********************************************/


/**********************************************
	Footer
**********************************************/

#footer {
	font-size: 0.7em;
	line-height: 1.4em;
	width:400px;
	padding: 1em 0em 0em 0em;
	margin: 0em 2em 2em 180px;
	color: #9bd166 !important; 
	clear:both;
}

#footer a,
#footer a:link, 
#footer a:visited {
	color: #9bd166 !important; 
}


/**********************************************
	Print
**********************************************/

@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

/**********************************************
	Speech
*********************************************

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
*/




