html, body	{ font-family: arial,helvetica,sans-serif;
			  color: #555555;
			  background-color: #000000;
			  background-image: url(bkgd.gif);
			  margin: 0 0 0 0;
			  padding: 0 0 0 0; }
			  
#clients li
			{ margin: 0 0 0 0;
			  line-height: 1.5em;
			  font-size: .82em;
			  color: #555555; }
			  
tr.gray		{ background-color: #999999; }
			  
td.leftbar	{ background-color: #555555; }		

p			{ font-size: .68em;
			  margin: 0 0 1.2em 0; }
			  
p.about		{ font-size: .82em;
			  margin: 0 0 1.2em 100px; }		  
			  
p.contact	{ font-size: .82em;
			  margin: 0 0 1.2em 100px; }
			  
p.one		{ font-size: .68em;
			  margin: 0 0 .8em 0;; }
			  
p.two		{ font-size: .68em;
			  margin: .8em 0 1.2em 0; }
			  
p.three		{ font-size: .82em;
			  margin: 0 0 2em 100px; }
			  
p.indent	{ font-size: .68em;
			  margin: 0 0 0 3em; } 
			  
p.links		{ font-size: .68em;
			  text-align: right;
			  margin: 1.6em 3px .5em 0; }
			  
p.copyright	{ font-size: .68em;
			  text-align: right;
			  margin: 0 3px 1.2em 0; }
			  
ul			{ margin: 0 0 0 0;
			  list-style-type: square; }
			  
li.arch		{ margin: 0 0 0 2em;
			  line-height: 1.5em;
			  font-size: .68em;
			  color: #eeeeee; }
			  
img.big		{ border: 3px solid #000;
			  margin-top: 4px;
			  margin-bottom: 2px; }
			  
img.small	{ border: 2px solid #000;
			  margin: 0 0 16px 8px; }

h1			{ font-weight: bold;
			  font-family: georgia,'times new roman', serif;
			  font-size: 1.2em;
			  margin: 0 3px .4em 10px;
			  color: #333333;
			  text-align: right; }
			  
a:link		{ text-decoration: none;
			  color: #555555; }
			  
a:visited	{ text-decoration: none;
			  color: #555555; }
			  
a:hover		{ text-decoration: none;
			  color: #eeeeee; }
			  
a:active	{ text-decoration: none;
			  color: #eeeeee; }
			  
a.client:link		{ text-decoration: underline;
			  color: #555555; }
			  
a.client:visited	{ text-decoration: underline;
			  color: #555555; }
			  
a.client:hover		{ text-decoration: none;
			  color: #eeeeee; }
			  
a.client:active	{ text-decoration: none;
			  color: #eeeeee; }
			  
.focus		{ color: #eeeeee; }
