a.index		{	text-decoration: none	}
a:link			{	color: #FF99FF	}
a:visited		{	color: #669999	}
a:hover		{	color: #FFFF00	}
a:active		{	color: #00FFFF	}
body			{	background-color: #31639C; 
					font-family: 'Bradley Hand ITC', Arial; 
/*Though my first choice is not browser safe it seems to shift OK. Can always switch to #FFCCCC*/
					color: rgb(215, 198, 225);
					font-size: 14pt; 
					font-weight: bold	;
					margin-left: 25pt;
					margin-right: 25pt	}
				
.normal		{	background-color: #31639C; 
					font-family: 'Bradley Hand ITC', Arial; 
/*Though my first choice is not browser safe it seems to shift OK. Can always switch to #FFCCCC*/
					color: rgb(215, 198, 225);
					font-size: 14pt; 
					font-weight: bold	;
					margin-left: 25pt;
					margin-right: 25pt	}
					
.nomargin		{	background-color: #31639C; 
					font-family: 'Bradley Hand ITC', Arial; 
/*Though my first choice is not browser safe it seems to shift OK. Can always switch to #FFCCCC*/
					color: rgb(215, 198, 225);
					font-size: 14pt; 
					font-weight: bold		}
					
.nobr	{
	white-space: nowrap;
}
					
td				{	border-top: groove 2px	}
				
#tattoo		{	position: absolute; 
					left: 0px; 
					top: 0px;				}
					
.title			{	position: relative; 
					left: 200px			}
					
.date			{	text-align: right;	}

#navbar		{	text-align: center;
					vertical-align: middle;
					font-family: 'Century Gothic', Arial; 
					font-weight: bold	;
					font-size: 12pt;		}

h1				{	font-family: 'Century Gothic', Arial; 
					font-size: 24pt; 
					font-weight: bold	;
					width: 80%;
					color: rgb(0, 0, 0)	}

h2				{	font-family: Arial; 
					font-size: 12pt; 
					line-height: 12pt;
					font-weight: bold;	}
