/* CSS Document */

body  {
	background: white;
	font-size: 12pt;
	color: #000;
	font-family: "Lucida Bright", Georgia, serif;
	width: 600px;
}
header  {  display: none;  }
navigation  {  display: none;  }   
footer  {  display: none;  }
a:link  {
	color: #330099;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 12pt;
}
a:visited  {
	color: #663399;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 10pt;
}
img {
	display: none;
}
h1 {
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
}