/* CSS Document */

body
{ 
background-image: url(title1.jpg);
background-repeat: no-repeat
}

.p {
	color: #000;
	align: justify;
	font-family: verdana;
	font-size: 10px;
}

.h1 {
	color: #000;
	align: center;
	font-family: verdana;
	font-size: 8px;

}

.h2 {
	color: #000;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: .5em;
}

.h3 {
	color: #000;
	align: center;
	font-family: verdana;
	font-size: 8px;
}