/* style sheet */

BODY   {
       background-color: black;
       font: 8pt georgia, times new roman, tahoma, serif;
       color: black;
       font-weight: normal; 
       margin: 50px 0px;
			 padding:0px;
			 background-image: url(http://jwade.holdingcell.net/parabola/images/patternah2b.jpg);
			 text-align:center;
       }
			 	 


.smallfont     {
       font: 8pt georgia, times new roman, tahoma, serif;
       font-weight: normal;	
       }
			 
.mediumfont     {
       font: 10pt georgia, times new roman, tahoma, serif;
       font-weight: normal;	
       }
			 
.minifont     {
       font: 7pt georgia, times new roman, tahoma, serif;
       font-weight: normal;	
			
       }
			 
.blackfont     {
       font: 10pt georgia, times new roman, tahoma, serif;
       font-weight: normal;	
			 color: black;
       }

h1     {
       font: 15pt tahoma, arial, serif;
       font-weight: bold;	
       text-align: center
       }

h2     {
       font: 8pt georgia, times new roman, tahoma, arial, arial black, serif;
       
       }

a:link {
        color: #000080;
        text-decoration: none;
        font-weight: bold;
        }

a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}


a:active {
        color: pink;
        background-color: #FFF;
        text-decoration: none;
        font-weight: bold;
	}

a:visited {
        color: gray;
        text-decoration: none;
        font-weight: bold;
        }

#menu	{
	text-align: center;
	padding: 5px 5px 10px 5px;
	background-color: black;
	margin-top: 100px;
	margin-bottom: 10px;
 	}

#menu a	{
	padding-left: 10px;
	padding-right: 10px;
	}

#content {
	font: 8pt georgia, times new roman, tahoma, serif;
  color: black;
	width:790px;
	margin:0px auto;
	text-align:left;
	padding: 2px 20px 15px 15px;
	border:1px solid #000;
	background-color:#ffffff;
	}
         


