A {
	font: bold 10pt arial;
	color : #006600;
	background-color : #ccffff;
	text-decoration : none;
	margin:3px;
}

A:hover {
	font: bold 10pt arial;
	color : #ffff00;
	background-color : #ccffff;
	text-decoration : none;
}
A:active {
	font: bold 10pt arial;
	color : #ff0000;
	background-color : #ccffff;
	text-decoration : none;
}
A:visited {
	font: bold 10pt arial;
	color : #006600;
	background-color : #ccffff;
	text-decoration : none;
}
h1{
	font: bold 14pt arial; color: #006600; text-align: center;
}
h2{
	font: bold 12pt arial; color: black; text-align: center;
}
h3{
	font: bold 12pt arial; color: black; text-align: left;
}
h4{
	font: bold italic10pt arial; color: black; text-align: left;
}

td{
	font: bold 10pt arial; color: #000000;
}
th{
	font: bold 10pt arial; color: yellow; text-align: center;
}
p{
	font: bold 10pt arial; color: black;
	margin-left : 10px;
	margin-right : 10px;
}
.center{
		text-align: center;
}
.border{
	border-width: 1px; border-color:black;
}
.header{
	text-align:center;
}
li{
	font: bold 10pt arial; color: #000000;
}
.small{font:8pt arial;color:black;}
.italic{font: 10pt italic arial; color:black;}
.10{
	font: bold 10pt arial; color: #000000;
}
.yellow{
	background-color : #FFFFCC;
	font:  italic 10pt arial; color:#006600;
	text-decoration:none;
}
.green{
	font:bold 10pt arial;
	color:#006600;
}