Body
	{
	background-color:#D0D0FF;
	color: black;
	border-radius: 0.5em;
	padding-left:0.5em;
	padding-right:0.5em; 
	border: 2px solid black; 
	}
table 
	{ 
	border-spacing: 4;
	border: 5px inset black; 
	}
table th /* head */
	{
	font-weight: bold;
	background-color:#C0C0C0;
	padding: 5;
	text-align: center;
	border: 2px inset #C0C0C0; 
	}
table td 
	{
	font-weight: bold;
	padding: 5;
	text-align: center;
	border: 2px inset #C0C0C0; 
	}
/*
BODY	
{
	 color: #000000;
	 background-color:#FFFFFF;
	}
*/
A:link
	{
         font-weight: bold;
         color: #0000FF;
	 text-decoration: underline;
        }
A:visited
	{
         font-weight: bold;
         color: #0000FF; /*880088*/
	 text-decoration: underline;
        }
A:hover
	{
         font-weight: bold;
         color:red;
	 text-decoration: underline;
        }
