body {
	background-color:white;
	color: black;
}
a:link {
	color: blue;
}
a:visited {
	color: navy;
}
a:active {
	color: #000088;
}
a:hover {
	color: red;
}
.center {
	text-align: center;
}
table.scicomp {
        background-color:rgb(95%,95%,95%);
        color: black;
	margin-right:auto;
	margin-left:auto;
}
table.scicomp td {
	border-top: 0pt;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        padding:.25em;
        }
table.scicomp th {
        border: 0;
        background-color:rgb(80%,80%,70%);
        color:black;
        text-align:center;
        }