@charset "UTF-8";
body {
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	font-style: normal;
	color:#FFF
}
h1 {
	font-family: Verdana;
	font-size: 16pt;
	font-variant: small-caps;
	font-style: Bold;
	color: #0FF;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	font-style: Bold;
	color: #F0F;
}
body1 {
	font-family: Verdana;
	font-size: 11pt;
	font-variant: small-caps;
	font-style: normal;
	color:#FFF
}
posttitles {
	font-family: Verdana;
	font-size: 11pt;
	font-variant: small-caps;
	font-style: normal;
	color:##FF00FF
	line-height: 0.75;
}

a:link {color:#FFFF00;}      /* unvisited link */
a:visited {color:#00FFFF;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#FF00FF;}