/*Stylesheet for Closing the Digital Divide website
version for non-Javascrpit browsers with fixed font sizes
*/

body
{color: #000000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 14px; 
background-image:url(../images/bg.gif);
background-repeat:no-repeat;}

td
{color: #000000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 14px; 
}

form
{border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
font-family: verdana, arial, helvetica, sans-serif;
margin: 0px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 0px;
padding-top: 3px; }

h1 /*large heading dark blue */
{color: #006666;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 18px;
font-weight: bold; }

h2 /*middle heading dark blue */
{color: #006666;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold; }

.head /*middle heading dark green */
{color: #006666;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
font-weight: bold; }

em /*dark green, bold */
{color: #006666;
font-size: 12px;
font-style: regular;
font-weight: bold; }

strong /*red, bold */
{color:#ff3333;
font-size:12px;
font-weight: bold; }

/*subnav green*/
.subnav
{color: #006666;
font-size: 12px;
font-weight: bold; }

.error /*red for errors*/
{color:#ff3333;}

link, a:link /*dark blue, no underlines */
{color: #003366;
font-weight: bold;
text-decoration: none; }

a:visited /*red for visited links*/
{color: #660066;
font-weight: bold;
text-decoration: none;
}

a:hover /*light green mouseover*/
{color: #99cccc;
font-weight: bold;
text-decoration: underline; }

.small /*all textlinks (navbar, top nav, etc...*/
{color: #003366;
font-size: 12px;
font-weight: bold; }

.small2 /*light grey*/
{color:#666666;
font-size: 12px;
font-weight: bold;
}

.small3 /*green*/
{color:#006666;
font-size: 12px;
font-weight: bold;
}

.instruct /*small black font for user instructuions*/
{color:#000000;
font-size: 12px;
font-weight: bold; }

.link2 /*purple for visited links*/
{color: #660066;
font-size: 12px;
font-weight: bold;
text-decoration: none;}

.link2:a:hover
{color: #660066;}