table.abc
{
	/*background: rgb(255, 250, 250 ); */
   border: 1px solid blue;
}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
/*	font-size: smaller;
	border-color: Blue;
	border-style: solid;
	border-width: thin;
*/	border-collapse: collapse;
}

body
{
	font-family: Arial;
	color: rgb(0,0,102);
	margin: 10;
	width: 200px;
	border: thin;
}

body, table, a, td
{
font-size: 13;
}


/*h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}*/
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}


a
{
	font-family: Arial;
}

a:link 
{ 
	color: rgb(0, 0, 255 );
}
a:visited 
{ 
	color: rgb(0, 0, 255 );
}
a:hover { 
	color: rgb( 255, 0, 0);
/*	background-color: rgb( 0, 128, 128); */
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}