/*
 * Style Sheet for Remarks
 */

body {
    background-color:snow;
    margin:5px 0px 0px 0px;
    color:dimgray;
}

a {
    color:cornflowerblue;
    text-decoration:none;
}

a:hover {
    color:mediumvioletred;
    text-decoration:underline;
}

img {
    margin:0px 5px 5px 0px;
    border-style:solid;
}

td {
	font-size:10pt;
}