body {
  color: #FFFFFF;
  background: #660099 url(pics/bgnd0130.jpg);
  font-family: Verdana, Helvetica, sans-serif;
}
h1{
  font-family: "Galaxy BT", fantasy;
  text-align : center;
  color : #FF33CC;
  font-size: 250%;
  background: #330066;
  border: 2px solid #FF33CC;
  padding: 0.25em;
}
h2 {
  text-align : center;
  color: #FF99CC;
  font-size: 200%;
  font-family: "Galaxy BT", fantasy;
  background : #663399;
}
/* p, blockquote, h3, h4, h5 {
	background: #660099;
} */
td {
  background: #660099;
  font-weight: bold;
  text-align: center;
  vertical-align : top;
}
strong {
  color : #FFCC00;
}
em {
  color: #33FF00;
  font-weight: bold;
}
a:link {
  color: #CC66FF;
  font-weight: bold;
  background: transparent;
}
a.major {
  font-size: larger;
}
a:visited {
  color: #cccccc;
  font-weight: bold;
  background: transparent;
}
a:link:active {
  color: #FF0000;
  font-weight: bold;
  background : transparent;
}
a:link:hover {
  color: #FF0099;
  font-weight: bold;
  font-style: italic;
  background : transparent;
}
li {
/*  background: #660099; */
  list-style: url(pics/Gold-Arrow_sm.gif);
}
.nav {
  background: #660099;
  border: 3px #FFCCFF outset;
  color: #FFCCFF;
  text-align: center;
}