BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

CODE {font-size: 1em;
			font-family: monospace
} /* To avoid overriding boldness/italicity by using font */

H2 {
	color: Purple;
	font-family : sans-serif;
}

H3 { 
	font-variant: small-caps;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CC6600;
	color: white; 
	padding: 4px;
	width: 100%;
	margin: 0.5em 0% 0.8em 10px;
}

H5 {
	font-size: 12pt;
	font-style: italic;
	color : #FF7C00;
}

LI {
	padding-bottom : 8px;
	vertical-align: bootom;
	padding-right : 50px;
}

HR {
	margin: 0em 0% 0em 10px;
	color: darkorange;
}


.quote {
	margin: 0.5em 10% 0.8em 40px;
	font-size: 12pt;
	font-family: courier, sans-serif;
	color: #b9501e;
	text-align : justify;
}

.box {
	border-top : medium ridge Gray;
	border-bottom : medium ridge Gray;
}