/* CSS for the Night of Jolly Rogering website - http://JollyRogering.ca */
/* Created by Just Adequate Media - http://www.justadequate.net */
/* You really shouldn't steal this...but then again, why would you want to? */

body	{
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 90%;
	}


a:link	  { color: #FFFF40; text-decoration: none; }
a:visited { color: #D0C010; text-decoration: none; }
a:hover   { color: #FF0000; text-decoration: underline; }
a:active  { color: #FF0000; text-decoration: underline; }

.navlinks  {
	font-family: helvetica, arial;
	font-weight: bold;
	font-size: 80%;
}

.navlinks a:link { color: #0000C0; text-decoration: none; }
.navlinks a:visited { color: #A0A0C0; text-decoration: none; }
.navlinks a:hover { color: #AA2220; text-decoration: underline; }
.navlinks a:active { color: #AA2220; text-decoration: none; }

.justlink a:link { color: #1010FF; text-decoration: none; }
.justlink a:visited { color: #1010FF; text-decoration: none; }
.justlink a:hover { color: #FF0000; text-decoration: underline; }
.justlink a:active { color: #FF0000; text-decoration: none; }

.navtitle  {
	font-family: arial;
	font-weight: bold;
	font-size: 110%;
}

.ovaltit  {
	font-family: helvetica;
	font-weight: bold;
	font-size: 90%;
	color: #002000;
}

.title	{
	font-family: arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #6A2020;
}

sup { font-size: 70%; }

.fn1a	{ font-size: 80%; font-family: arial, helvetica, sans-serif; }
.neg1b  { font-size: 80%; font-family: arial, helvetica, sans-serif; font-weight: bold; }
.fba	{ font-family: arial, helvetica, sans-serif; font-weight: bold; }
.fnba	{ font-size: 80%; font-family: arial, helvetica, sans-serif; font-weight: bold; }


