/*last updated 3-27-26 */

body { background: #CCCCCC url("images/bg.png")  repeat top left;
font-family: Helvetica, sans-serif;  line-height: 24px;

}

#wrapper { border: 2px solid #FFFFFF; margin: auto; 
overflow: auto; width:80%; background-color:#000000 ;

}

header { background-color: #0A1172 ; border: 1px solid #FFFFFF; overflow: auto;

}

header h1 { font-size: 60px;  font-family: "Niconne", cursive; text-align: center; color:#000000 ;
}

h2 { font-size: 60px;  font-family: "Audiowide", sans-serif;
text-align: center; color:#000000 ;
}

nav { background-color:#FFFFFF ; font-size: 14px ; padding: 5px; text-align:center;

}     

a { text-decoration: none;

}



article { background-color: #FFFFFF; overflow: auto; padding: 20px; 
text-align: center; ; 

}

footer { background-color: #FFFFFF; border-top: 2px solid #FFFFFF; clear: both; 
font-size: 14px; text-align: center;

}

footer a { color: #0A1172; text-decoration: none;

}

footer h6 { margin: 0;

}

blockqoute { color: F6A82C; font-style: italic;

}

.alignright { float: right; margin: 20px;

}
table, th, td { border: 1px solid black;}

span{ float:left; width:200px;

}

strong { font-size: 40px;  font-family: "Audiowide", sans-serif;
text-align: center; color:#000000 ;
}

ol li{
	list-style-position:inside;
}

.tcenter{
	margin:auto;
}