/* Main CSS file for STCH */

body
{
background-color: white
}

body, td
{
color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: normal;
} 

img.scaled
{
max-width: 100%;
}

a:link {color: rgb(0,0,255); text-decoration: none;}
a:visited {color: rgb(0,0,255); text-decoration: none;}
a:active {color: rgb(127,0,0); text-decoration: underline;}
a:hover {color: rgb(255,0,0); text-decoration: underline;}


