body {
	background: #FFFFFF;
}
	

body { 
	font-family:arial;
	font-size: 12px;	
	color: black;
	}
				

p { 
	font-family:arial;
	font-size: 12px;	
	color: black;
	
  }

p.footer { 
	font-family:arial;
	font-size: 10px;
	font-weight:bold;
	color: black;
	
  }
  
					
li,ul,ol,td,th { 
	font-family: arial;
	font-size: 12px;	
	color: black;
	}

h1 { 	
	color: red;
	font-size: 22px;
	text-align: center;
	font-family: comic-sans;
}


h2 {
	font-size: 20px; 
	color:black;
	text-align: center;
	font-family:comic-sans;
}

h3 { 	font-size:12px;
	color: red;
}

tt,code { 
	font-family: arial;
}

code {
	font-size: 10px;
	}

em {
	font-style: italic; 
	font-weight: bold
	 }

strong { 
	text-transform: none; 
	font-weight: bold
	color: #990066;
}

b { color:black}



a:link, a:visited, a:active  {
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
a.footer:link, a.footer:visited, a.footer:active  {
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	color: navy;
	font-size:10px
}






