BODY {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	text-align : center;
	font-weight : bold;
	font-style : italic;
	background-image : url(image/back.gif);
}

table {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	text-align : center;
	font-weight : bold;
	background : url(image/back.gif);
	}


h1 {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : xx-large;
	text-align : center;
	font-weight : bold;
	background-image : url(image/back.gif);
	}

h2 {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	text-align : center;
	font-weight : bold;
	background-image : url(image/back.gif);
	}

p {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	text-align : center;
	font-weight : bold;
	}

.leader {
	color : #FFFFFF;
	text-decoration : underline;
	font-family : "Times New Roman", Times, serif;
	font-size : 50px;
	text-align : center;
	font-weight : bold;
	font-style : italic;

}
.leaderred {
	color : white;
	text-decoration : underline;
	font-family : "Times New Roman", Times, serif;
	font-size : 25px;
	text-align : center;
	font-weight : bold;
	}
.leader2 {
	color : FFFFFF;
	font-family : "Times New Roman", Times, serif;
	font-size : 40px;
	text-align : center;
	font-weight : bold;

}

.article {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	text-align : justify;
	font-weight : normal;

}
.article2 {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	text-align : justify;
	font-weight : bold;

}
.signed {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 15px;
	text-align : left;
	font-weight : bold;

}
.banner {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	text-align : center;
	font-weight : bold;
}
.alternative {
	color : white;
	font-family : "Helvetica", Arial, sans-serif;
	font-size : 12px;
	text-align : left;
	font-weight : bold;
	font-style : italic;
	background : url(image/back.gif);
}
A {
	color : Black;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
	border : thick Blue;
}

A:ACTIVE {
	color : Red;
	font-size : 125%;
}

ul {
	text-align : left;
}
