@charset "iso-8859-1";
@import "basics.css";

body
{
background-color : white;
color : black;
}

/* override width for printing */
.sc-entire
{
width : 100%;
}

/* links */
A:active, A:visited, A:link
{
color : black;
}
