body {
	background:   url("../images/assets/subPage_background.jpg") fixed;
	background-repeat: no-repeat;
	background-color: #769BAE;
	margin: 0px;
}
.mainText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.photoBorder {
	border: thin solid #000000;
}

/* links */
a:hover {
	color: #0033CC;
	text-decoration:underline;
}
a:link {
	color: #0033CC; 
}
a:visited {
	color: #0033CC; 
}
a { 
	text-decoration: none;
}
