body		{
                background-color : #F5F5DC;
                background-image:url(/images/sc3bkgd.jpg);
		color : #000000;
		font-weight : normal;
                font-family : Verdana, Arial, Sans-Serif;
                }

.nav		{
		position: absolute;
		top: 10px;
		/* left: 180px; */
		left: 20px;
		width: 84px;
		}
.main		{
		position: absolute;
		/* left:270px; */
		left:170px;
		top: 5px;
		width: auto;
		/* border: 1px solid; */
		}
.foot		{
		clear: right;
		border-color: #000000;
		border-top-color: #000000;
		/* border-top: 1px solid; */
		}
		
.navtext	{
		color: #FFFF00;
		font-size: 6pt;
		text-align:center;
		}
		
A:link              {
                    text-decoration : underline;
                    color : #0000FF;
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
A:link.navtext      {
                    text-decoration : underline;
                    color : #FFFF00;
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
                    
A:link.big          {
                    text-decoration : underline;
                    color : #0000FF;
                    font-weight : bold;
                    font-family : Verdana, Arial, Sans-Serif;
                    }                    
A:visited           {
                    text-decoration : underline;
                    color : #0000FF;
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
A:visited.navtext   {
                    text-decoration : underline;
                    color : #FFFF00;
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }                    
A:visited.big           {
                    text-decoration : underline;
                    color : #0000FF;
                    font-weight : bold;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
                    
A:active            {
                    text-decoration : underline;
                    color : #B80000;
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
A:active.big        {
                    text-decoration : underline;
                    color : #B80000;
                    font-weight : bold;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
A:hover             {
                    text-decoration: overline underline;
                    color : #B80000;
                    /* background-color : silver; */
                    font-weight : normal;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
A:hover.big         {
                    text-decoration: overline underline;
                    color : #B80000;
                    /* background-color : silver; */
                    font-weight : bold;
                    font-family : Verdana, Arial, Sans-Serif;
                    }
img		    {
                    border-width:0;
                    }