body {
	font-family: "Verdana";
	color : black;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: white;
}
h1 {
	font-size:20px;
        font-family: "Verdana";
}
h2 {
	font-size:18px;
        font-family: "Verdana";
}
h3 {
	font-size:16px;
        font-family: "Verdana";
}
h4 {
	font-size:14px;
        font-family: "Verdana";
	font-weight: bold;
}
h5 {
	font-size:12px;
        font-family: "Verdana";
	font-weight: bold;
}
h6 {
	font-size:	10px;
        font-family: "Verdana";
}
h1, h2, h3, h6 {
	font-family: Verdana;
	font-weight: normal;
	color: black;
	background-color: transparent;
	margin:	0px;
}
code, tt, pre {
	font: 10px "Verdana";
        font-family: "Verdana";
	color:black;
	background-color:transparent;
}
a {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:6699FF;
	text-decoration: none;
}
a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:6699FF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: blink;
}
body text {
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}

