/*  style.css                                                  */
/*  Copyright ©  2001, 2002 by Hidden Valley Music Seminars,   */               
/*    PO box 116, Carmel Valley, California 93924              */
/*    (831) 659-4344                                           */
/*    HVMS@aol.com                                             */
/*  Updated: March 27, 2002                                    */

BODY {
font-family : sans-serif; 
color : black; 
/* background : url(green_stripe.jpg) repeat-y; */
margin : 5% 5% 5% 10%; 
}


A:link    { background-color: white; color: purple }       /* unvisited link */
A:visited { background-color: white; color: #551a8b }      /* visited links */
A:active  { background-color: white; color: red }          /* active links */



table {margin-left: 0}

th, td { /* ns 4 */
  font-family: serif;
}

h1, h2, h3, h4, h5, h6 { color: black; 
				font-family: Ariel, sans-serif; }
				

/* h1, h2, h3, h4 {font-weight: 700; } */

h1 { font-size: 36pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 15pt; }
h5 { font-size: 12pt; font-style: italic;  }
h6 { font-size: 10pt; font-style: italic;   }

b {font-weight: 700; }

p  {color: black;
    background-color: white;  
    font-family: serif; 
    font-size: 13pt;
    line-height: 14pt; } 

p.foot	{color: black;
		background-color: white;  
		font-family: serif; 
		font-size: 10pt;
		line-height: 11pt; } 

/*   p:first-letter {font-size: 200%; float: left}  */
.hide { display: none }

/* div.head { margin-bottom: 1em } */
/* div.head h1 { margin-top: 2em; clear: both } */
/* div.head table { margin-left: 2em; margin-top: 2em } */
/* div.head img { color: white; border: none } */ /* remove border from top image */

p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen {  /* hide from IE3 */
}
a:hover { color: red; background-color: yellow; } 

pre { margin-left: 2em }

p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

dt, dd { font-family: serif;
         margin-top: 0;
         margin-bottom: 0 } /* opera 3.50 */

li	{color: black;
       background-color: white; 
       font-family: Times, serif;
       font-weight: 600;
       font-size: 13pt;
       line-height: 15pt;
       }
	

pre, code { font-family: monospace } /* navigator 4 requires this */

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

/* Things (icons) that should only show up in projection mode */
.projection { display: none }
@media projection { .projection { display: inline } }

/* style.css   */




