@charset "utf-8";
body {
	background-color:transparent;
	margin: 0px;
	padding: 0px;
}

#paddings {
	padding-top: 158px;
	padding-left: 180px;
	padding-bottom: 100px;
}
#work {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
	width: 600px;
	background-color: #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	padding-top: 21px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.name {
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;

}
img {
}


.assignment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #555555;
	line-height: 23px;
}
.assignment2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

.separator {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	height: 15px;
	margin-bottom: 5px;
}
.end {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	height: 30px;
	margin-bottom: 40px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #66FF99;
	text-decoration: none;
	font-weight: normal;
}
.norm {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}

