body {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	line-height: 1.1em;
	color: #222222;
	padding: 30px;
	font-size: 0.8em;
}
.subtitle {
	text-transform: uppercase;
	font-size: 0.95em;
	padding-bottom: 24px;
	line-height: 0.1;
}
.worktitle {
	font-family: "Courier New", Courier, mono;
	font-size: 3em;
	letter-spacing: 0.2em;
}
.project {
	clear: both;
	padding-bottom: 7px;
	border-top: 1px solid #ccccFF;
	border-right: #ccccFF;
	border-bottom: #ccccFF;
	border-left: #ccccFF;
	position: relative;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #336633;
	text-decoration: none;
}
a:hover,  .title a:hover{
	background-color: #CCCCFF;
	text-decoration: none;
}
img {
	height: 100px;
	width:  133px;
	margin:   0px;
	float: right;
	clip:  rect(auto auto auto auto);
	padding: 0px;
	border: 0px;
}
.title {
	font-size: 2.2em;
	font-weight: bold;
	font-variant: normal;
	font-family: "Courier New", Courier, mono;
	text-align: right;
	width: 70%;
	position:absolute;
	top: 0;
	padding-top: 5px;
	white-space: nowrap;
	height: 41px;
	z-index: 2;
}
.year {
	color: #9999FF;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}
.clearboth {
	clear: both;
}
.projtext {
	color: #666666;
	width: 70%;
	text-align: justify;
	font-weight: 300;
}
.refs {
	font-size: 0.7em;
	color: #9999FF;
	text-align: justify;
	width: 70%;
}
