a:link       { color: #AC1624; text-decoration: none }
a:visited    { color: #AC1624; text-decoration: none  }
a:active     { color: #AC1624; text-decoration: none  }
a:hover      { color: #AC1624; text-decoration: underline }
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Tahoma;
	background-color: rgb(255,255,255);
	color: rgb(00,00,00);
}

h1
{
	font-family: Tahoma;
	color: rgb(00,00,00);
}
h2
{
	font-family: Tahoma;
	color: rgb(00,00,00); 
}
h3
{
	font-family: Tahoma;
	color: rgb(00,00,00);
}
h4
{
	font-family: Tahoma;
	color: rgb(00,00,00);
}
h5
{
	font-family: Tahoma;
	color: rgb(00,00,00);
}
h6
{
	font-family: Tahoma;
	color: rgb(00,00,00);
}