body {
  background-image: url(bg.png);
  font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 9px;
  color: #3A3A3A;
  text-align: justify;
  margin: 0px; 
  padding: 0px;
  letter-spacing: 1px;
  line-height: 11px;
}

a { 
  text-decoration: none; 
  color: #D1739D;
  letter-spacing: 1px;
    }

a:hover {color: #000000; border-bottom: 1px solid; border-color: #D1739D;}

input, textarea {
	background-color: #C2C2C2;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9px;
	color: #3A3A3A;
	letter-spacing: 1px;
	border: 2px solid #D1739D;
	padding:2px; }

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000000;
text-decoration: none;
}

#navlist a:hover
{
color: #D1739D;
background-color: #3A3A3A;
text-decoration: none;
}


b{color: #000000; }
i{color: #D1739D; }

.h1 {
  	font-size: 10pt;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing:2px;
	font-weight: bold;
	font-style: italic;
	color: #3A3A3A;
	text-align: left;
	}

