body 
{
	background-color: white;
	margin: 0;
	color: black;
}
a:link
{
	color: blue;
}
a:visited
{
	color: DarkGrey;
}
a:hover
{
	color: white;
	background-color: blue;
}
a:active
{
	color: BlueViolet;
}
a.button:link
{
	color: yellow;
}

a.button:visited
{
	color: white;
}
a.button:hover
{
	color: blue;
	background-color: yellow;
}
table,tr,td
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
tr.button
{
	background-color: blue;
	color: white;
	word-spacing: 4px;
}
td.body
{
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
h1,h2,h3 
{
	color: #6600FF;
}
img 
{
	border: 0px;
}
hr
{
	border-color: blue;
	height: 1px;
        border-style: solid;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.strk
{
	text-decoration: line-through;
}
