@charset "utf-8";
a:link { 
	text-decoration:underline; 
	color: #000000;
}
a:visited { 
	text-decoration:underline; 
	color: #000000;
}
a:hover { 
	text-decoration:overline underline; 
	color: #000000;
}
a:active { 
	text-decoration:overline underline; 
	color: #FF0000;
}

.navtop0 { 
    /* LATEST PAGE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop1 {
    /* ABOUT */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop2 {
    /* (currently unused) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop3 {
    /* CONTACT */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop4 {
    /* STORY ARCHIVES */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop5 {
    /* DONATE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop6 {
    /* LINKS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.navtop7 {
    /* NEWS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}


.bkmrk {
	border: thin solid black;
}
