h1 {

font-size: 20px;
padding: 0px;
Margin: 0px;
text-align:center;
font-weight: bold;
letter-spacing: 2px;
}

h2 {

font-size: 16px;
padding: 0px;
Margin: 0px;
text-align:center;
font-weight: bold;
letter-spacing: 2px;
}

.blueBody {

color: white;
font-family: Arial;

}

.blueBodyTwo {

color: white;
font-size: 16px;
font-family: Arial;

}

a.words:link {
	color: DimGray;
	text-decoration:none;
}

a.words:visited {
	color: DimGray ;
	text-decoration:none;
}

a.words:hover {
	color: black;
	text-decoration:none;
	}

a.words:active {color: black;
	text-decoration:nonek;
	}


a.pic:link {
	border: 0px solid black;
	opacity:0.9;
}

a.pic:visited {
	border: 0px solid black;
	opacity:0.9;
}

a.pic:hover {
	border: 0px solid black;
	opacity:1;
	}

a.pic:active {
	border: 0px solid black;
	}