a:link
{
	color: rgb(0,0,128); 
}
a:visited
{
	color: rgb(128,0,0); 
} 
a:active 
{
	color: rgb(0,0,255);
}
#hlink
{
	color: rgb(255,255,0);
	font-size: 85%;
}
#tddata
{
	font-size: 80%;
	font-family: Arial; Verdana; San-Serif;
}
#element 
{
	background-color: rgb(255,201,140);
}
#yellowbox
{
	background-color: rgb(255,201,70); 
	border: 2px solid black
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,201,140);
	color: rgb(0,0,0);
}
table
{
	/* table-border-color-light: rgb(102,153,255); 
	table-border-color-dark: rgb(0,0,102); */
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51);

}
h3
{
	color: rgb(204,51,51); 
	font-size: 16 pt;
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}


