Body{
	background-image: url(images/background.jpg);
}

H5 {
	color : Blue;
	font-size : 16px;
	font-family : monospace;
	text-align : center;
	background-color : transparent;
}


H2 {
	text-align : center;
	font-size : 26px;
	font-family : monospace;
	color : Blue;
	background-color : transparent;
}

H3 {
	color : Blue;
	font-family : monospace;
	font-size : 22px;
	text-align : center;
	background-color : transparent;
}


B {
	color : Maroon;
	background-color : transparent;
}
strong {
	color : Maroon;
	background-color : transparent;
}

I {
	color : Red;
	background-color : transparent;
}

em {
	color : Red;
	background-color : transparent;
}

table.first {
	border: 0;
}

A:LINK {
	text-decoration : none;
	background-color : transparent;
}

A:VISITED {
	text-decoration : none;
	background-color : transparent;
}

A:ACTIVE {
	text-decoration : none;
	background-color : transparent;
}

A:HOVER {
	text-decoration : none;
	color : Green;
	background-color : transparent;
}

img {
	border-style: none;
	}
}
P.first {
	font-size: 16px;
	font-family: Verdana, Arial, helvetica, "sans serif";
	text-indent: 3%;
	color: Red;
}
P.second{
	font-size: 20px;
	font-family: "Comic Sans MS", Verdana, Arial, helvetica, "sans serif";
	text-indent: 4px;
	color: Red;
	vertical-align: baseline;
}


	
P.third{
	font-size: 18px;
	font-family: "Comic Sans MS", Verdana, Arial, helvetica, "sans serif";
	text-indent: 4px;
	color: Navy;
}

P.fourth{
	font-size: 12px;
	font-family: "Comic Sans MS", Verdana, Arial, helvetica, "sans serif";
	color: Navy;
}
P.fifth{
	font-size: 18px;
	font-family: "Comic Sans MS", Verdana, Arial, helvetica, "sans serif";
	color: Navy;
	}