body
{
	color:			brown;
/*	background:		lightblue;*/
	/*background:		#ADD8E6;*/  /*lightblue*/
	background:		#C8C8EC;  /*lightblue rdcy*/
	/*background:		#C3CDE5;*/  /*lightblue grmg*/
/*	background:		#E5E5CC;*/
/*	background:		#DFDFAF;*/
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 		9pt;
	margin-left: 		2em;
	margin-right: 		2em;
	text-align: 		justify;
}
td
{
	font-size: 		9pt;
}
a:link,a:visited
{
	text-decoration:	underline;
	color:			blue;
	font-size: 		9pt;
	font-weight:		bold;
}
a:hover
{
	color:			red;
	background:		yellow;
	text-decoration:	underline;
}



/*a:hover:before
{
	content: "[";
}
a:hover:after
{
	content: "]";
}
a.navbar:hover:before
{
	content: "<<";
}
a.navbar:hover:after
{
	content: ">>";
}*/
label:hover
{
	text-decoration:	underline;
}
h1,h2,h3,h4,h5,h6
{
	color:			#D06FBF;
	background:		transparent;
	text-align:		center;
}


