body
{
	background-color: c0c0ff;
	background-image: url(../images/bg.jpg);
	margin: 32
}
body, p, td
{
	color: 200080;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
  font-family: Arial;
  font: bold
}
address
{
  color: navy;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  clear: both;
  border-top: 2px solid navy
}
.pics
{
  border-style: outset;
  border-color: blue;
  border-width: 3px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px  
}
table
{
	border-collapse: collapse;
	margin-bottom: 32;
}
.blueborder
{
	border-style: outset;
	border-color: 200080;
	border-width: 3
}
p.feature
{
	margin-left: 32;
	text-align: justify;
}
a
{
	color: 4000c0;
}
h2
{
	clear: right;
}
img.figure
{
	float: right;
	border-style: solid;
	border-color: 200080;
	border-width: 3;
	margin-left: 16;
}
#main
{
  width: 70%;
  float: left;
  border-left: 2px solid navy;
  padding-left: 10px
}
#navlinks
{
  text-align: center; 
  font-size: small;
}
#navlinks a
{
  font-family: sans-serif; 
  color: navy;
  text-align: center; 
  font-size: small;
  margin: 5px 5px 5px 5px;
  text-decoration: none
}
#navlinks a:link 
{
  text-decoration: none
}
#navlinks a:hover
{
  color: white;
  background-color: #336699;
  text-decoration: none
}
#links
{
  width: 150px;
  float: left;
  text-align: center;
  background-color: #666699;
  margin-right: 20px;
  padding: 5px;
  border: 2px outset #9999FF
}
#links a
{
  display: block;
  font-family: sans-serif; 
  color: navy;
  background-color: #9999CC;
  text-align: center; 
  font-size: 12pt;
  margin: 5px 5px 5px 5px;
  border: 2px outset 
}
#links a.newgroup 
{
  margin-top: 15px
}
#links a:link 
{
  text-decoration: none;
  background-color: #CCCCFF
}
#links a:visited
{
  text-decoration: none
}
#links a:hover
{
  color: white;
  background-color: #336699;
  text-decoration: none
}
#links a:active
{
  text-decoration: none
}
#head
{
  text-align: center;
  border-bottom: 2px solid navy;
  padding: 10px
}
