html, body {
	font-family: Arial, sans-serif; 
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-height: 0;
	margin-width: 0;
}

div {
	font-family: 'Calibri', non-serif;
	color: #111111;
	font-size: 21px;
	font-weight: 300;
	line-height:125%;
	background-color: transparent;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-height: 0;
	margin-width: 0;
}

a:link {
    color: #666666;
}

a:hover {
    color: #C1565E!important;
}

.mainMenu {
	font-family: 'Calibri', non-serif;
	color: #666666;
	font-size: 22px;
	font-weight: 500;
}

a {
	font-family: 'Calibri', non-serif;
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
}

.projectTitles {
	position: absolute;
	font-family: Arial, non-serif;
	font-stretch: extra-condensed;
	font-size: 30px;
	font-style: italic;
	font-weight: 900;
	color: #444444;
	left: 15px;
	top: 120px;
	width: 920px;
	z-index: 3;
	visibility: hidden;
	-ms-transform: scaleX(0.75);
	-ms-transform-origin: top left;
	-webkit-transform: scaleX(0.75);
	-webkit-transform-origin: top left;
	-moz-transform: scaleX(0.75);
	-moz-transform-origin: top left;
	-o-transform: scaleX(0.75);
	-o-transform-origin: top left;
	transform: scaleX(0.75);
	transform-origin: top left;
}

/* Stops objects from highlighting in blue */
/* This prevented text from being selected. One person wanted to copy the text for translation */
/*
::selection {
	background: none;
}
::-moz-selection {
	background: none;
}
::-webkit-selection {
	background: none;
}
*/