/* Style Sheet for this website */

body             {background-image: url();
      
				  font-family: 'Comic Sans', 'sans-serif';
				  
				  color:#000000
                  
				    }

h1               {font-family: 'Comic Sans', 'sans-serif';
	
	               color: #000000;
	
	               font-size: 1.5em;
	
	               text-align: center;
	
	               text-transform: uppercase;
	
	               font-style: normal;
	
	               font-weight: bold;
                   
				    } 


h2              {font-family: 'Comic Sans', 'sans-serif';

                    color: #000000;

                    font-size: 1.25em;

					text-align: center;

					text-transform: uppercase;

                    } 


h3              {font-family: 'Comic Sans', 'sans-serif';
	
	                color: #000000;
	                
					font-size: 1em;
	                
					text-transform: capitalize;
	                
					text-decoration: underline;
                    
					} 


h6              {font-family: 'Comic Sans', 'sans-serif';

                    color: #000000;

                    font-size: .65em;

					text-align: center;

                    } 


p                {font-family: 'Comic Sans', 'sans-serif';

                    color: #000000;

                    font-size: 1em;

					text-align: justify;

                    } 


td               {font-family: 'Comic Sans', 'sans-serif';

                    }
	

th               {font-family: 'Comic Sans', 'sans-serif';
	
                    }


a:link          {   color: #0033CC;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: underline;

                    } 


a:visited       {   color: #9900CC;

                    font-size: 1em;

                    text-decoration: underline;

                    font-weight: bold;

                    } 


a:hover         {   background-color: #FFFF66;

                    font-size: 1em;

                    font-weight: bold;

                    color: #0033CC;

                    text-decoration: underline;

                    } 



a:active        {   color: #0033CC;

                    font-size: 1em;

                    font-weight: bold;

                    text-decoration: underline;

                    } 

