body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
	color: #FFFFFF;
}
a:link {color: #FFFF00;text-decoration: underline;}
a:link img { border-color: #FFFF00; border-style: solid ;}

a:visited { color: #FFFF00; text-decoration: underline}
a:visited img { border-color: #FFFF00; border-style: solid ;}

a:hover { color: #FFFFFF; text-decoration: underline}
a:hover img { border-color: #ffffff; border-style: solid ;}

a:active { color: #FF0000; font-style: normal}
a:active img { border-color: #FF0000; border-style: solid ; }
h1 {font-style: italic;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
td { font-size: 12px; }
h2,h3,h4 {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
p{
	font-size: 14px;
	text-align: justify;
	text-indent: 20px;
	margin-right: 2px;
	margin-left: 2px;
}
p a,p a:visited{
	font-weight: bold;
}
.links{
	font-size: 18px;
}
.links:hover{ background:#FF9900; color: #FFFF00; text-decoration:none; }
