/**************************************************************
/                                                             /
/             HTML design by GreyLight Internet               /
/       Contact webmaster@greylight.com for pricing info      /
/   Copyright, 2000 - 2001, Edward Hall, All Rights Reserved. /
/                                                             /
/  Last Revision : 6/11/01                                    /
/  Version       : Silver and Purple CSS                      /
/  Used By Betsy Foster, With Permision                       /
/                                                             /
**************************************************************/


/* Start standard tags */			   
BODY  { background-color:#3D0035; text-indent:0; padding:0; margin:0; }
HR    { color:#C7C7C7; height:1;                                      }
P     { color:#C7C7C7; font:11pt sans-serif; margin:10;               }
UL    { font:11pt sans-serif;                                         }
LI    { font:11pt sans-serif; margin: 2 20 2 20;                      }
H3    { color:#C7C7C7; margin:20;                                     }
/*  End standard tags  */


/* Start misc text effects */
.menusmaller        { font-size : x-small;  }
.menuheader         { font-size : small; font-weight:bold; }
.nomargin           { margin: 0;                                                      }
.heading            { color:#000000; margin:20; font:bold italic 12pt sans-serif;     }
.tobig              { font:bold 18pt sans-serif; color:#000000; margin:10;            }
.bigtype            { font:normal 14pt sans-serif; color:#000000; margin:30;          }
.dropcap            { font-size:x-large; text-transform:uppercase; font-style:italic; }
.largertext         { color:#000000; margin:30; font:11pt sans-serif;                 }
.largeboldunderline { color:#000000; margin:30; font:14pt sans-serif;
                      font-weight:bold; text-decoration:underline;                    }
.smallmargin        { margin: 0 5 0 5;                                                }
.bigbolditalic      { font-size:large; font-style:italic; font-weight:bold;           }
.narrowheading      { font-size:large; font-style:italic; font-weight:bold;
                      margin: 0 5 0 5;                                                }
					  
/*  End misc text effects  */


/* Start user color selections */
.darkergold          { color:#AA9750; }
.lightergold         { color:#E1CD0F; }
.darkred             { color:#CC0000; }
.bolddarkred         { color:#CC0000; font-weight:bold; }
.bolddarkgreen       { color:#00CC00; font-weight:bold; }
.bolddarkblue        { color:#0000CC; font-weight:bold; }
.boldblack           { color:#000000; font-weight:bold; }
/*  End user color selections  */


/* Start generic link effect style code */
A           { color:#D38EC4; text-decoration:underline; font-weight:bold; }
A:Visited   { color:#C7AAC7; text-decoration:underline; font-weight:bold; }
A:Hover     { color:#FFBBEF; text-decoration:none; font-weight:bold;      }
/*  End generic link effect style code  */
					   

/* Start animated menu changer style 1 code */
.fancymenu1          { text-decoration:none; color:black;
                       font-family:arial, sans-serif; font-weight : bold    }
.fancymenu1:visited  { color:black; text-decoration:none; font-weight:bold; }
.fancymenu1:hover    { color:black; text-decoration:none; font-weight:bold; }
.fancyset1           { border:1 solid black; font:11pt sans-serif;  }
/*  End animated menu changer style 1 code  */

/* Start animated menu changer style 2 code */
.fancymenu2          { text-decoration:none; color:#D38EC4;
                       font-family:arial, sans-serif; font-weight : bold    }
.fancymenu2:visited  { color:#C7AAC7; text-decoration:none; font-weight:bold; }
.fancymenu2:hover    { color:#FFBBEF; text-decoration:none; font-weight:bold; }
.fancyset2           { border:1 solid Black; font:11pt sans-serif;  }
/*  End animated menu changer style 2 code  */

/* ************************************************************
Fancy Menu Example Tableing

<table align="left" cellspacing=7 cellpadding=0 border=0>
<tr align="center"><td class="fancyset2" onmouseover="style.cursor='hand'; style.border='1 solid #C7C7C7';" onmouseout="style.border='1 solid black';" onclick="location.href='index.html'" title="Return home..."><a href="index.html" class="fancymenu1">Home</a></td></tr>
</table>

************************************************************ */