/* John's CSS */

a.aa:link {
    text-decoration: none; 
}

a.aa:hover {
    color: red;
    text-decoration: underline; 
}

a.aa:visited {
    color: purple;  
    text-decoration: none; 
}

a.slink {
        font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: darkblue;
	padding: 0em 0em 0em 3em;
}

a.slink:hover {
    color: red;
}

a.nav { 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 16px; 
	color: #006699;
}

a.nav:hover {
    color: red;
}

.tsmall {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: darkblue; 
}

.maintitle {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-weight: bold; 
	font-size: 18px; 
	text-decoration: none; 
	line-height: 100%; 
	color: #006699;
}

.title {
	background: #ffFFCC;
	padding:0.5em 0.5em 0.2em 5em;
	font-weight: bold; font-size: 20px; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 100%; color : #000000;
}

