a:hover 
    { 
    color: #336600; 
    text-decoration: underline; 
    }

.link 
    { 
        color: #993333; 
        text-decoration: none; 
    }

.headline 
    { 
        color: #660000; 
        font-family: Verdana, Geneva, sans-serif; 
        font-style: bold; 
        font-size: 18pt; 
    }

.text 
    { 
        line-height: 150%; 
        font-family: Verdana, Geneva, sans-serif; 
        font-style: normal; 
        font-weight: normal; font-size: 15px; 
        text-align: left; 
    }

.code 
    { 
        line-height: 100%; 
        font-family: Courier, Georgia, serif; 
        font-style: normal; 
        font-weight: bold; 
        font-size: 12px; 
        text-align: left; 
    }

.index
	{
		text-decoration: none;
		text-align: left;
		font: 12px/14px verdana, sans-serif;
		line-height: 150%;
		color: #000;
		padding: 2px 2px 20px 20px;
	}
.index a:link, .index a:visited
	{
		text-decoration: none;
		color: #000;
	}
.index a:active, .index a:hover
	{
		color: #f00;
		text-decoration: underline;
	}
	
.subhead
	{
		text-decoration: none;
		text-align: left;
		font: bold 14px/16px verdana, sans-serif; 
		color: #000;
		padding: 12px 2px 2px 20px; 
		border-top: 1px solid #000;
	}
.subhead a:link, .subhead a:visited
	{
		text-decoration: none;
		color: #000;
	}
.subhead a:active, .subhead a:hover
	{
		color: #f00;
		text-decoration: underline;
	}