body  { font-family: Times New Roman, Arial; 
				font-weight: bold;
				font-style: italic;
				font-size: 18pt;
				background-color: #f3f3f3 }
				
h1    { font-family: Times New Roman, Arial; 
        font-weight: bold; 
				font-style: italic;
			  font-size: 36pt;
			  color: gray }
h2    { font-family: Times New Roman, Arial; 		
				font-style: italic;
        font-weight: bold; 
				font-size: 18pt;
				Color: gray }

h3    { font-family: Times New Roman, Arial;
				font-style: italic;
        font-weight: bold; 
	 			font-size: 18pt;
				Color: gray }
			  
p     { font-family: Times New Roman, Arial;
				font-style: italic;
        font-size: 12pt;
        font-weight: bold; 
        color: gray }

p:small     { font-family: Times New Roman, Arial;
				font-style: italic;
        font-size: 10pt;
        color: gray }

        
table { font-family: Times New Roman, Arial;
				font-style: italic;
        font-size: 12pt;
        font-weight: bold; 
        color: gray }
        
A:link { color: gray }       /* unvisited link */
A:visited { color: blue }   /* visited links */
A:active { color: green }    /* active links */

.linkText	{
	font-family: Times New Roman;
	font-style: italic;
	color: gray;
	font-size: 18pt;	
}