a:link
{
	color: rgb(244,121,31);
}
a:visited
{
	color: rgb(248,163,99); 
} 
a:active 
{
	color: rgb(248,163,99); 
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: rgb(255,255,255)
}

h1
{
	color: rgb(244,121,31);
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}
h2
{
	color: rgb(248,163,99); 
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;	
	text-align: center;
}

td.desc {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

td.error {
	color: rgb(244,121,31);
}

