body {
  background-color: #003300;
  color: #000000;
  font-family: sans-serif;
  font-size: 100%;
}

:link { color: #660000 }
:visited { color: #993300 }
:active { color: #993300 }


p  { text-align: left; }

p.c2  {  text-align: center; }

p.c3  {  text-align:  right; }

p.c4  {
	font-size: 85%;
	text-align: left;
	 }
	
p.c5  {
	font-size: 85%;
	text-align: center;
	 }
	
	
p.c6  {
	font-size: 85%;
	text-align: right;
	}
	
	

ul  {
	list-style-type:  circle;
	list-style-position:  outside;
	text-align: left; }
	