/* art-style-gray */


BODY { 
	background-color: #999999;
	color: #000000;
	margin: 2%;
}

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

UL, LI  {
padding-right: 2em;
}

.center  {
 text-align: center;
 align: center;
}

A:link {
 color: #111111;
	text-decoration: underline;
 background-color:  #999999;
}

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

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

A:visited {
 color: #222222;
	text-decoration: underline;
 background-color:  #999999;
}

B, STRONG {
	font-weight: bolder; 
}


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


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

.more  {
padding: 2em;
}

LI.end     {
	margin-top: 2em;
      padding-right: 2em;
}


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

.larger  {
 font-size: larger;
}


.teeny   {	
font-size: smaller;
}


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


