@charset "utf-8";
/* CSS Document */

body {
	color: #ffff66;
	background-color: #82C0FF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/plaidbg2.jpg);
	background-repeat: repeat;
}
.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
}
.contentTableHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	background-color: #82C0FF;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #82C0FF;
}

a {
	color: #82C0FF;
}
a.visited {
	color: #82C0FF;
}
.fixedTable {
	position: static;
}

img.portfolio {
	border: 5px #82C0FF solid;
	}
