BLOCKQUOTE {
 margin: 13px 0px;
 font-style: italic;
 color: #333399;
}

BODY {
	margin: 0%;
	padding: 3%;
	font-size: 10pt;
}

pre {
	font-size: 10pt;
 font-family:Courier New
}

p {
 font-size: 10pt;
 font-family:Courier New
}

A:link {
 color: #0000ff;
 text-decoration: underline;
}

A:visited {
 color: #CC3300;
 text-decoration: underline;
}

A:hover{
 text-decoration: underline;
        background: yellow;
}

A:active {
 color: #FF0000;
 text-decoration: underline;
}