/* Cascading Style Sheet for Newcastle Tae Kwon Do*/

body		  { 
			  font-size: 8pt; 
			  font-family: Verdana, Arial, Helvetica, sans-serif; 
			  }

a:link		  { 
			  font-size: 8pt;
			  color: #663399; 
			  text-decoration: none;
			  font-weight: normal; 
			  }			   

a:active	  { 
			  font-size: 8pt;
			  color: #663399;
			  text-decoration: none;
			  font-weight: normal; 
			  }

a:visited 	  { 
			  font-size: 8pt;
			  color: #663399; 
			  text-decoration: none; 
			  font-weight: normal;
			  }

a:hover		  { 
			  font-size: 8pt;
			  color: #663399;
			  text-decoration: underline;
			  font-weight: normal; 
			  }

h1	          { 
	  	  	  font-size: 125%; 
			  line-height: 125%; 
		      }

h2	  		  {
	   	  	  color:#6F88C0;
			  font-size: 125%;
			  }
		
h3	  		  {
	   		  color:#6F88C0; 
			  font-size: 110%;   
			  }
		
h4    		  { 
	  		  font-size: 100%;
        	  color: black;
			  }

p	   		  {
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 8pt;	
			  }
		
.mini  		  {
	   		  font-size: 8pt
	   		  }		   		

.tiny  		  {
	   		  font-size: 7pt
	   		  }		  

ol	   		  {
	    	  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 8pt;
	   		  margin-top: .5em; 
			  margin-bottom: 0em 
			  }	
	
ul	   		  {
	    	  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 8pt;
	   		  margin-top: .6em; 	
			  margin-bottom: 0em;
			  margin-left: 2.75em;  
			  }	
		
dl			  {
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 8pt;
			  }		

table 		  { 
	  		  font-size: 100%;
			  text-align: left;		
			  }

tr			  { 
 			  vertical-align: top;
			  }
			
th 	   		  { 
	    	  text-align: left;
			  vertical-align: top;
			  background: #dddddd;
			  }
						
td			  {	
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 8pt;	
			  vertical-align: top;
			  }
		
.normal 	  {
			  font-size: 10px;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  }		