a { 
	color: navy;
	text-decoration: none;	
	}

a.scil { 
	color: red;
	font-weight:bold;
	text-decoration: none;	
	}

a.other { 
	color: green;
	font-weight:bold;
	text-decoration: none;	
	}

a.loc { 
	color: purple;
	font-weight:bold;
	text-decoration: none;	
	}

a:active {
	color: #ffd700;
	}

a:hover {
	color: #9b9999; 
	}

a:visited {
	color: #808080;
	}	
	
a.smtxt { 
	color: #ffffff 
	}

body {
	color: black
	}

.headline { 
	font-size: 12pt; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}

.smtxt { 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	color: navy;
	}

.smtxtblack { 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	color: black;
	}