body
{
	background-color: gray;
	color: white;
}

table
{
	border: medium solid #6495ed;
}

td
{
	border: thin solid #6495ed;
}

tr
{
	border: thin solid #6495ed;
	width: 100%;
}


a
{
	color: red;
	text-decoration: none;	
}

a:link 
{
	text-decoration: none;
	color: red;
}

a:visited 
{
	text-decoration: none;
	color:red;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a:active 
{
	text-decoration: none;
	color: red;
}


img
{
	border: none;
}

hr
{
	color: darkblue;
}

.imageJS
{
	border-width: 1;
	border-color: gray;
	border-style: inset;
}

.imageJS:hover
{
	border-width: 1;
	border-color: red;
	border-style: outset;
}
