a:link {
	color: black;
        text-decoration: none;
}

a:hover {
        color: black;
        text-decoration: underline;
}

a:visited {
        color: black;
        text-decoration: underline;
}

body , table {
	background-color: #B0C4DE;
        color: black;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
        font-weight: normal;
}

h1 , h2 {
	color: black;
        font-family: Verdana, Arial, Sans-serif;
	font-size: x-large;
	font-weight: bold;
}

h3 , h4 {
        color: black;
        font-family: Verdana, Arial, Sans-serif;
        font-size: large;
        font-weight: normal;
}


