/************************************************************************************************/
/*												*/
/*												*/
/*  Cascading Style Sheet for http://www.thorsmountain.org/ fliers				*/
/*  Created by:  Brandon Pisani									*/
/*  Created on:  2008/12/17									*/
/*  Created with:  Vi IMproved 7.1								*/
/*  Filename:  flier.css									*/
/*												*/
/*  CSS Validation by http://www.w4.org, the World Wide Web Consortium has been:		*/
/*  		[X] Passed		[ ] Failed		[ ]Not Completed		*/
/*												*/
/*  Purpose:  To serve as the CSS file for the event fliers on the web site at the above URI.	*/
/*												*/
/*  Copyright Notice:  This file is © The Barony of Thors Mountain, 2008-2009.  Please, do not 	*/
/*			copy the whole file in its entirety.  If you take code, please, credit  */
/*			where credit's due.  All credit is given for borrowed code.		*/
/*												*/
/*  CSS information can be found by navigating to http://www.w3.org/TR/CSS21.  The W3C hold	*/
/*            all the copyright and patent information on CSS code.  				*/
/*												*/
/************************************************************************************************/


div.flier {
	background: white;
	}

div.flier table	{
	border: none none 0px;
	vertical-align: middle;
	font-family: "Times New Roman" ,"Times", serif;
	text-align: center;
	}

h2.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: oblique;
	}

td.sub {
	border: solid black 1px;
	margin: -1px;
	}

td.sub2 {
	border: solid black 1px;
	text-align: left;
	margin: -1px;
	}
