body { background-color : #FFCC99; }

p {	font-family : 'Georgia', serif;
	color: #000000;
	font-size : 14pt;
	font-weight : bold;
	margin-bottom :	0pt;
	margin-top : 0pt;
}

.small { font-size : 10pt;
	font-weight : normal;
}

h3 { 	font-family : 'Georgia', serif;
	color: #000000;
	text-align: center;
	font-size : 18pt;
	font-weight : bold;
	text-indent : 0em;
	margin-bottom : 10pt;
}

td {	font-family : 'Georgia', serif;
	font-size : 12pt;
}

img {	background-color: #FFFFFF;
	padding: 5px;
	color: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;	
    }

a {	text-decoration : none; 
	color: #333399;
}

a:Visited {  text-decoration : none; 
	color: #993333;
}

a:Active {  text-decoration : underline; 
	color: #9999FF;
}

a:Hover {	text-decoration : underline; 
	color: #9999FF;
}

