a:link
{
	/* color: rgb(255,204,0);  */
	color: red;
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-family: "Times New Roman", Verdana, Arial, Helvetica;
	background-color: rgb(204,204,153);
	color: rgb(0,0,0);
	margin : 20;
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(051,006,102);
	font-size: 24pt;
}
h2
{
	color: rgb(051,056,102);
	font-size: 18pt;
}
h3
{
	color: rgb(051,056,102);
	font-size: 16pt;
}
h4
{
	color: rgb(051,056,102);
	font-size: 14pt;
}
h5
{
	color: rgb(051,056,102);
	font-size: 12pt;
}
h6
{
	color: rgb(051,056,102);
	font-size: 12pt;
}

img
{
border: 1px solid #000;
}

img.thickborder
{
border: 3px solid #000;
}

img.center
{
position: relative;
top: 05;
left: 350;
border: 1px solid #000;
}

table
{ 
margin-left: auto;
margin-right: auto;
width: auto;
height: auto;
border: 1px;
}

p
{
font-size: 12pt;
line-height: 14pt;
}

p.footer
{
font-size: 8pt;
line-height: 10pt;
}
