body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: #000;
	text-align: center;
}
#contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 720px;
	padding: 10px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	padding: 5px;
}
.workbox{
	float: left;
	width: 140px;
	height: 200px;
}
h1 {
	color: #333;
	background-color: transparent;
	font-size: 20px;
}
/* Menu Elements */
	.underlinemenu {
	font-weight: bold;
	width: 100%;
}
.underlinemenu ul {
	padding: 6px 0 24px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
	//set value to "left", "center", or "right"*/
}
.underlinemenu ul li {
	display: inline;
}
.underlinemenu ul li a {
	font-size: 16px;
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	border-bottom-color: #900;
	color: #900;
}

a{
	color: #900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
