html

{
SCROLLBAR-BASE-COLOR: orchid;
SCROLLBAR-ARROW-COLOR: purple;
SCROLLBAR-TRACK-COLOR: plum;
}

body
{
background-color: plum;
font-family: Arial;
font-size: 11pt;
color: purple;
/*margin-left: 65px;
margin-right: 65px;*/
}


#navlist {

*/	position: absolute;*/
	left: 6px;
	top: 86px;
	width: 186px;
}
#navlist p {
	font-size: .8em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #9F6F9F;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #9F6F9F;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

table
{
font-family: Verdana;
font-size: 11pt;
color: purple;
text-align: top;

}
A:link
{
font family: Verdana; 
font-size: 11pt; 
text-decoration: none; 
Color: magenta;
}

A:visited 
{
font-size: 11pt; 
text-decoration: none; 
Color: #551A8B;
Background: #D8B2F6;
}

A:hover  
{
font-size: 11pt; 
text-decoration:none; 
Color:black;
Background: #D8B2F6;
}

P
{
margin-left: 250px;
margin-right: 50px;
text-indent: 3%;
}

h1
{
   color: purple;
   font-family: Lucida Calligraphy;
   text-align: center;
}
      h2
{
   color: purple;
    font-family: "Lucida Calligraphy";
        text-align: center;

}
 
h3
{
   color: purple;
   text-align: left;
   font-family: "Lucida Calligraphy";
   font-size: 11pt; 
}


