BODY	{	
		background-color: #FFFFF0;
		font-family:"Times New Roman";
		color: "#0000F0";
		font-size:13px;
		font-weight: "normal";
		text-align:"justify";
		margin-left:50px;
		margin-right:50px;
	}
A	{
		font-family:"Times New Roman";
		font-size: "16px";
		font-weight: "bold";
	}

A:visited	{	
		text-decoration:none;
		color:"#800000";
	}
A:hover	{	
		text-decoration:none;
		color:"red";
	}
A:link	{	
		text-decoration:none;
		color:"blue";
	}

H1	{
		font-family:"Times New Roman";
		font-style: "italic";
		text-align:"center";
		color: "#0000A0";
		font-size:24px;
		font-weight: "bold";
	}
H2	{
		font-family:"Times New Roman";
		text-align:"center";
		color: "#000080";
		font-size:18px;
		font-weight: "bold";
	}
H3	{
		font-family:"Times New Roman";
		font-style: "italic";
		text-align:"center";
		color: "#000080";
		font-size:16px;
		font-weight: "bold";
	}
H4	{
		font-family:"Times New Roman";
		text-align:"center";
		color: "#000060";
		font-size:18px;
		font-weight: "bold";
	}
H5	{
		font-family:"Times New Roman";
		text-align:"center";
		color: "#000080";
		font-size:16px;
		font-weight: "bold";
	}
H6	{	
		font-family:"Times New Roman";
		text-align:"right";
		font-weight: "bold";
		font-size:14px;
	}

TABLE	{	border:0;
		cellpadding:0;
		cellspacing:0;
		font-family:"Times New Roman";
		color: "#000000";
		font-size:14px;
		font-weight: "normal";
	}
		