body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #244963;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 8px;
	filter: BlendTrans(Duration=100);
	display: compact;
	color: #244963;
	word-spacing: normal;
}
h2 {
	font-size: 16px;
	color: #FF4D33;
}
h3 {
	font-size:14px;
	color: #FFDED9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #ffffff;
	background-image:url(../images/qallenBackground.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center;
}
.portfolio {
	height: auto;
	width: auto;
	background-color: #B6E1F1;
	padding: 3px;
}
.focus {
	font-weight: bold;
	color: #FF4D33;
}
.welcome {
	font-size:25px;
	color: #FFDED9;
	font-family: Verdana;
	vertical-align: middle;
	text-align: center;
}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 1px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}