A:link {color: #ffff00;
	font-weight: bold;
        text-decoration: none;
}

A:visited { text-decoration: none;
	font-weight: bold;
	color: #ffff00;
}

A:hover { text-decoration: underline; 
	font-weight: bold;
	color: #ffff00;
}

p {
	font-family: Tahoma, Verdana, Times-New-Roman, Arial;
	color: #808000;
	text-align: justify;
	font-size: 8pt;
}

li, blockquote {
	font-family: Tahoma, Verdana, Times-New-Roman, Arial;
	color: #808000;
	text-align: justify;
	font-size: 8pt;
}

b {
	font-family: Tahoma, Verdana, Times-New-Roman, Arial;
	color: #808000;
	font-weight: bold;
}

i {
	font-family: Tahoma, Verdana, Times-New-Roman, Arial;
	color: #808000;
	font-style: italic;
}

u {
	font-family: Tahoma, Verdana, Times-New-Roman, Arial;
	color: #808000;
	text-decoration: underline;
}


