a:link
{
	color: blue; 
}
a:visited
{
	color: #0F5F0F;
	font-style: italic; 
} 
a:active 
{
	color: green;
}
a:hover
{
	color: red;
	font-weight: bold;
}
table {
border: 2px dotted #9999FF;
width: 698px;
height: 345px;
border-collapse: collapse;
margin: 10px;
}
td {
border: 1px dotted #6495ed;
width: 50%;
height: 25%;
text-indent: 5px;
}
