/* Body */

BODY 		{ background-color: #A9A192; color: #302020; background-image: url(background.jpg)}

/* Links */

A		{ text-decoration: none; font-weight: bold }
A:link	   	{ color: #703734; background-color: inherit; }
A:visited	{ color: #603734; background-color: inherit; }
A:active	{ color: gray; background-color: inherit; }
A:hover		{ color: gray; background-color: inherit; }

/* Headings */

/*H1			{ background: #716B5D; color: #C0C0C0; border: 1px black solid; padding: 3px; margin-top: 50px;}*/
H2			{ font-family: "courier new", monospace; }

/* Paragraphs */

p			{ text-align: justify; }

/* Tables */
/*td			{ margin: 25px; boreder: solid thin green; }*/

/* Custom Classes */

.Menu	    { background-color: #B0B0B0; color: inherit; padding: 7px;}
.TextBlock  { background-color: white; color: inherit; border: thin black solid; padding: 20px; }
.Area		{  }

/* News items */

.NewsTitle	{ background-color: #EEEEEE; color: black; font-weight: bold; text-align: left; border-bottom: 0px; border-right: 0px; }
.NewsDate	{ background-color: #DDDDDD; color: black; font-weight: bold; text-align: right; border: 0px; width: 1%; }
.NewsPost	{ background-color: white; color: black; text-align: left; border-bottom: 0px; border-top: 0px; }
.NewsButtons	{ background-color: white; color: black; text-align: right; border-top: 0px; border-left: 0px; }
.NewsAuthor	{ background-color: white; color: black; text-align: left; border-top: 0px; border-right: 0px; }

/* border-bottom: 0px; border-left: 0px; border-right: thin solid gray; border-top: thin solid gray; */