/* snap-style */


BODY { 
	background-color: #bfd79b;
	color: #90494b;
	margin: 2%;
}

.center  {
 text-align: center;
}


BODY, P, TD, TH, PRE, UL, LI, BLOCKQUOTE, DIV, EM, STRONG {
	font-family: Courier, "Courier New", monospace; 
	font-size: 1em;
}


UL, LI  {

padding-right: 1em;

}

.new-note   {
      background-color: #5ea1e6;

	color: #effec7;
}


 .smaller   {	
font-size: smaller;
}

 .larger   {	
font-size: larger;
}


A:link {
 color: #334334;
	text-decoration: underline;
 background-color:  #bfd79b;
}

A:active {
 color: #070919;
	text-decoration: underline;
 background-color:  #bfd79b;
}

A:hover {
 color: #008888;
	text-decoration: underline;
 background-color:  #bfd79b;
}

A:visited {
 color: #535007;
	text-decoration: underline;
 background-color:  #bfd79b;
}

B, STRONG {
	font-weight: bolder; 
}


HR {
	background-color: #bfd79b;
	color: #000000;
	height: 1px;
}



UL {
	list-style-position: outside;
list-style-type: square;	
	}




LI.end     {
	margin-top: 2em;

      padding-right: 2em;
}


 .short   {	
   margin-top: 0em;
   margin-bottom: 0em;
}

.gray  {
color: #000000;
background-color:  #888888;
}


/*vel loves helevtica*/

LI.lavel   {
font-family: Helvetica, "Helvetica Narrow",  Courier, "Courier New", monospace; 
}




.pepper  {
 color: #000000; 
 background-color:  #bfd79b;
}



.note   {
 color: #baff1e;
 background-color:  #ba6e15;
}



.teeny   {	
font-size: smaller;

}


.tiny   {	
font-size: smaller;
margin: 2%;
}


EM.aarrgh    {



color: #555555; 

 background-color:  #bfd79b;

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 1em;

}

