A:link	{
        text-decoration: none;
        color: white;
}

A:visited	{
        text-decoration: none;
        color: yellow;
}

A:active	{
        text-decoration: none;
        color: green;
}

hr	{
	color: orange;
}

body	{
	text-align: center;
        font-size: small;
	color: black;
	background: blue;
}

table	{
	width: 95%;
	color: white;
	background: black;
        font-size: small;
	border: 3px double;
	border-color: red;
	text-align: center;
}
A:hover	{
	text-decoration: underline overline bold;
	color: red;
}

