body {
	color: Black;
	background-color : White;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: justify;
}

h6 {
	font-family: Arial,Helvetica,sans-serif;
	color: Black;
	font-size: 40px;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: justify;
}

.l1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.l2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: justify;
}

.tabd {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	vertical-align : top;
}

.tabh {
	font-weight: bold;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	vertical-align : top;
}

A:link {
	color: blue;
	font-size: 12px
	text-decoration : underline;
}

A:visited { color: blue; }

A:active { 
	color: blue;
	text-decoration: blink;
	font-style: italic;
 	}

A:hover {
	color: blue;
	text-decoration: blink;
	font-style: italic;
} 
