body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;


}
p {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	line-height: 120%;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	color: 000000;
}
h2 {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	line-height: 120%;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	color: 000000;
}
a:link {
    font-family: Verdana;
    font-weight: normal;
	font-size: 12px;
    text-decoration : none;
    color : #FFFFFF;
}
a:visited {
    font-family: Verdana;
    font-weight: lighter;
	font-size: 12px;
    text-decoration : none;
    color : #C0C0C0;
}
a:hover, a:active {
    font-family: Verdana;
    font-weight: lighter;
	font-size: 12px;
    text-decoration : underline;
    color : #C0C0C0;
}
}
fieldset { 
  border-top: 1px dashed #ffffff;
  border-left: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  border-right: 1px dashed #ffffff;
  padding: 1em 1em 1em 1.5em;
} 

fieldset:hover {
  background: url(/page files/bg_fieldset.gif) repeat-y;
  border: 2px solid #894d5a;
}