BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 0px 0px 0px 0px;
	color: #474747;
	font-size: 12px;
}

.header {
	font-family: "Courier New", Courier, monospace;
	width: 100%;
	height: 120px;
	margin: 0px 0px 0px 0px;
	background-color: White;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.name {

	font-family: "Courier New", Courier, monospace;
	height: 70px;
	background-color: White;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	letter-spacing: 3px;
}
.work_name {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: bold;
}

.work_data {
	font-size: 11px;
}
.work_txt {
	text-align: justify;
}

A:link    {
	text-decoration: none;
	color: #1F6363;
}
A:active  {
	text-decoration: none;
	color: Red;
}
A:visited {
	text-decoration: none;
	color: #1F6363;
}
A:hover   {
	text-decoration: underline;
	color: Red;
}