
body {
	width: 1200px;	
	font-size: 20pt; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #949399;
	text-align: center;
	}

div.header {
	background-color: #FFFFFF;
	font-size: 150%;
}
div.logo {
}
div.services {
	margin-bottom: 25px;
}
div.picture {
	height: 1000px;
	text-align: top;
	margin-bottom: 100px;
}
div.picture.img {
}
div.contact {
}
p {
	text-align: center;
}
p.size2 {
	font-size: 24pt;
}
td {
	text-align: left;
	font-size: 18pt;
}
span {
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #79b20b;
	text-decoration: none;
	}



