body {
	font-family: Arial;
	font-size: 12px;

	color: #000000;
	background-color: White;
}
.title {
	font-size: 1.5em;
}

.warn {font-size: 12px; background-color: yellow; color: red;}

a:link {
        font-size: 16px;
        color: navy;
        text-decoration: none;
        font-weight: bold;
}
a:visit {
        font-size: 16px;
        color: navy;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        font-size: 16px;
        color: navy;
        text-decoration: underline;
        font-weight: bold;
}

hr {size: 1; }