BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : normal;
	text-align: left;
	background : White;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	margin-left : 40px;
	margin-right : 40px;
}

P.1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	margin-left : 5px;
	margin-right : 5px;
}

P.2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
}


H1 {
	font-size: 30px;
	color: Black;
	font-style : normal;
	text-align : center;
	font-family : "Comic Sans MS", Arial, san-serif;
}

H2 {
	font-size: 20px;
	color: Black;
	font-family : "Comic Sans MS", Arial, san-serif;
}

H2.1 {
	font-size: 20px;
	color: Black;
	font-family : "Comic Sans MS", Arial, san-serif;
	text-align : center;
}

H3 {
	font-size: 16px;
	color: Black;
}

H3.1 {
	font-size: 16px;
	color: Black;
	text-align : center;
}

H4 {
   font-weight : normal;
	font-size: 12px;
	color : Black;
}

H5 {
	font-size: 11px;
	color : Green;
	text-align : center;
}

H6 {
	font-size: 12px;
	color : Black;
	text-align : center;
}

A {
    font-size: 14px;
	text-decoration: none;
	color: Green;
}
A.1{
	font-size :12px;
	font-weight : normal;
	text-decoration: none;
	color: Green;
}

A:Hover {
	text-decoration: none;
	color: Blue;
}

HR {
	color: Black;
	height: 3px;
}

UL{
	font-weight: normal;
	line-height : 16px;
	list-style: disc;
	list-style-type: disc;
	color: Black;
	margin-left : 60px;
	margin-right : 30px;
	
}

OL{
	list-style-type: decimal;
	color: Black;
    margin-left : 60px;
	margin-right : 30px;
}

TABLE {
	border : none;
	font-family : Verdana,Arial,sans-serif;
	font-size: 14px;
    font-weight: bold;
	line-height : 16px;
	padding-left : 4px;
	border-style : none none none none;
	margin-left : 20px;
	margin-right : 20px;
}

TD {
	border : none;
}

