﻿/* Header.css - style used by header 																	2011.05.20 */
table.header {
		border-style:solid; 
		border-bottom:	8px solid black;
		border-right:		8px solid black;
		border-top:			4px solid #000080;
		border-left:		4px solid #000080;
		font-family:		Philosopher, Arial, Helvetica, sans-serif;
		font-size:			40px;
		font-weight:		bold;
		color:					#f00;
		width:					100%;
		background-color:	#fff;
}
td.header {
		text-align:			center;
		color:					#f00;
		text-shadow:		2px 2px 1px #000;
}