/* Example style sheet file (note how this comment was created) */

A
{
	text-decoration:none
}

A:link 
{
	color: #400080;
}

A:active 
{
	color: green;
}

A:visited 
{
 	 color: #A52A2A;
}


H1	
{
	 font-weight: 700;
	 text-align: center;
	 color: #0000FF;
	 background: #FFFFFF;
	 font-family: "Gill Sans, Arial, sans-serif"; font-size:18pt
}

H2 
{
   	font-weight: bold;
   	text-align: left;
   	color: #0066CC;
   	font-family: "Sans-Serif, Arial, Helvetica"; font-size:14pt
}


H3 
{
   	font-weight: bold;
	text-align: left;
   	color: #336699;
   	font-family: "Serif, Times New Roman, CG Times"; font-size:12pt
}

CITE 
{
   	font-family: "Gill Sans, Arial, sans-serif";
	font-style: italic
}

body         
{ 
	font-size: 12pt; font-family: Arial 
}
.style1 
{
	font-family: Arial, Helvetica, sans-serif
}