   <style type="text/css">
   
   	.text 		{
			color : black;
			font-size : 10pt; 
			text-decoration: none;
			font-family: "Comic Sans MS", Arial, sans-serif;
   			}

   	.header 		{
			color : green;
			font-size : 14pt; 
			text-decoration: none;
			font-family: "Comic Sans MS", Arial, sans-serif;
   			}

   
	A:link 		{
			color : blue;
			font-size : 10pt; 
			text-decoration: none;
			font-family: "Comic Sans MS", Arial, sans-serif;
			}
			
	A:visited 	{
			color : blue;
			font-size : 10pt; 
			text-decoration: none;
			font-family: "Comic Sans MS", Arial, sans-serif;
			}
			
	A:active 	{
			color : red;
			font-size : 10pt; 
			text-decoration: none;
			font-family: "Comic Sans MS", Arial, sans-serif;
			}
			
	A:hover 	{
			color : white;
			font-size : 10pt;
			background: #0000ff;
			text-decoration: underline;
			font-family: "Comic Sans MS", Arial, sans-serif;
			}
	p, ol, ul	{
			font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
			color: black; 
			font-size: 10pt;
			line-height: 12pt;
			background-color: transparent
			}
	
   </style>