/*

DESCRIPTION
    This is the site style sheet for the chemcorr web site.
    The link tag is:

    <link REL="STYLESHEET" TYPE="text/css" HREF="/CCstyle.css">

*/

BODY
{
	margin-left: 0px;
 	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

TH, P
{
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

H1
{
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0001A3;
}

a:link
{
	color: #0001A3;
	text-decoration: underline;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:hover
{
	color: #FFD800;
	text-decoration: underline;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:visited { 
	color: #B5B5B5;
	text-decoration: underline;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.address {
	color: #0001A3;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}