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

body {
	margin: 50px 0px;
    padding: 0px;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.work {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
a:link {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

div#content {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	padding: 30px;
	border: 1px solid #000000;
	background-color: #eeeeee;
}
