<%
'----------------------------------------------------------------------
' HomeTech Cost Estimator
' Common styles (common.css)
' 10/12/1999 MRM
'
' Common styles used throughout the Cost Estimator site.
'----------------------------------------------------------------------
%>

body
{
 color: #58595b;
 background: white;
 font: 62.5% Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
}

td
{
 font: 1em Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
 color: black;
}

td.ce
{
 font: 0.8em Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
 
 color: black;
}

td.reg
{
 font: 0.8em Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
 
 color: black;
}

td.option
{
 font: 0.8em Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
 
 color: black;
}

a.option
{
font: 1.4em Arial, Verdana, "Trebuchet MS", helvetica, sans-serif;
 
 color: blue;
}

.login
{
 font-size: 8pt;
}

h1
{
 font-size: 12pt;
}

a, a:link, a:active, a:visited :
{
 text-decoration: none;
 color: blue;
}