/* my styles */

 a:link
	{
	font-weight: bold;
	text-decoration:underline;
	color: #0066cc;
	}
	
 a:visited
	{
	font-weight: bold;
	color: #006699;
	}
	
 a:hover	
	{
	font-weight: bold;
	text-decoration:underline;
	color: #993300;
	}
.text {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	line-height: 28px;
	left: 6px;
	padding-left: 6px;
}

.textbold {

	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.H1{
    font-size: 18 ;
    }
