a:link
{
        	color: rgb(0,0,255);
                text-decoration: none;
}
a:visited
{
    color: #00cc00;
    text-decoration: none;
    font-family: Arial, Tahoma, Georgia;
} 
a:active 
{
             color: rgb(204,153,51);
             text-decoration: none;
}
a:hover
{
        	color: rgb(255,0,0);
            text-decoration: none;
}
body
{
    font-family: Arial, Tahoma, Georgia;
    font-size: 12pt;
    color: rgb(0,0,0);
    text-justify: auto;
    vertical-align: middle;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
p
{
	text-aling: justify;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}

