body {  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color: #ffffff; background-color: #660000; margin: 1em 2em}

/*This is for the search engine*/
.google {background: #660000; font-size: 1em; }

/*This is for the pink section which houses the content of most, but not all, pages*/
.section {background: #990033}

/*This is for the audio section of the webpage version which uses tables*/
.audioTable 
{
background: #500;
width: 350px;
align: left;
line-height: 130%;
margin-left: 2em;
padding: 0.5em; 
font-size: 0.9em; 
text-indent: -15px;
padding-left: 25px;
}

/*This is for the video section of the webpage version which uses tables*/
.videoTable 
{
background: #500;
width: 500px;
text-align: center;
line-height: 130%;
margin-left: 2em;
padding: 0.5em; 
font-size: 0.9em; 
}

/*This is for the horizontal menu section of the webpage version which uses tables*/
.horMenuTable 
{
background: #500;
text-align: center;
font-size: 0.9em; 
}

.horMenuTable td
{
padding: 0.5em 0.5em; 
}

h1, h2, h3, h4, p, ul, div { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color: #ffffff; }

h4 { font-size: 1em; }
h3 { font-size: 1.2em; }
h2 { font-size: 1.4em; }
h1 { font-size: 1.6em; }

a:link { font-weight: normal; color: #eeeeee; text-decoration: underline; }

a:visited { font-weight: normal; color: #eeeeee; text-decoration: underline; }

a:hover { font-weight: normal; color: #000000; background: #ffffff; }

.note { align: center; font-size: 0.8em; font-weight: normal; text-decoration: none}

.links {margin-left: 5%; margin-right: 5%; }

.menu {margin-left: 1em; margin-right: 1em; }

.quotesource {margin-left: 50%; font-weight: normal; font-style: italic; text-decoration: none}

.announce { align: center; font-size: 1em; font-weight: normal; color: yellow; }

