/* This sheet sets font, color, etc. info  *//* Apply to the whole page */body    { font-family: Arial;			vlink: #008000;			alink: #008000;		  background-color: rgb(210,210,166);		  background-image: url('images/image.jpg');		}/* Center the following elements */h2		{ text-align:center; }/* Apply to all hyperlinks */A:hover      { font-family: Arial; color: #FF0000; text-decoration: underline }A            { font-family: Arial; color: #0000FF; text-decoration: underline }A:active     { font-family: Arial; color: #008000; text-decoration: underline }/* Defines butons for the header in the Encyclopedia section */.ehlinkc	{				background-color: #CCFFCC;			}.ehlink		{				color: black;			}.ehlink:hover	{					color: #0000FF;				}/* Set up image bullets for the Encyclopedia section */#enavlist		{ 			list-style-image: url('images/ebullet.gif');		}/* Set colors for div sections */#doc {background-color: rgb(210,210,166) }#hd {background-color: #FFFFFF;		background-image: url('images/background.jpg'); }#mncontent {background-color: #FFFFFF }#mcontent {			background-color: #FFFFFF;			border: solid;			border-color: #FFFFFF;			}#mnav {background-color: #CCFFCC;}#ft {background-color: #339933 }.footer	{ text-align:center; }#gad {background-color: #FFFFFF }.gadd	{ text-align:center; }
