BODY 
{
	font-family: Sans-Serif;
	font-size:   13px;
	//background-color: #e0e0e0;
	background-color: #ffffff;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


H1
{
	color: black;
}

.MyErr
{
	background-color: #800000;
	color:       #FFFF00;
}

table.m {
}

.m a {
    color: blue;
    text-decoration: none;
}

.m a:hover {
    color: blue;
    text-decoration: underline;
}
