body {
	background-image: url(/images/background.png);
}
table, td, tr, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #DD000E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DD000E;
}
a:hover {
	text-decoration: none;
	color: #DD000E;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}
a {
	font-weight: bold;
}
.quote {
	font-size: medium;
	color: #333333;
}
.humpty {
	font-size: large
}
.left {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.leftandbottom {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footer {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* CSS Image popper for Portfolio Page. */

.grab {
	clear:both;
	/*left: 10px;*/
	position: relative;
	/*top: 10px;*/
	width: 163px;
}

.grab a .large {
	border: 0px;
	display: block;
	/*height: 1px;*/
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.grab a img {
	border: 0;
}

.grab a.thumb, #pic a.thumb:visited {
	border: 1px solid #000000;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
}

.grab a.thumb:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

.grab a.thumb:hover .large {
	border: 1px solid #000;
	display: block;
	left: 173px;
	position: absolute;
	top: -10px;
	width: 350px;
}