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

/* TAGS */
table {
	margin-left: auto; 
	margin-right: auto;
}

body {
	line-height: 16px;
}


/* FORMATTING */
.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 18px;
}

.worktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	position: relative;
	top: 4px;
	line-height: 25px;
	font-weight: bold;
	color: #111111;
}

.worktitle_visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	position: relative;
	top: 4px;
	line-height: 25px;
	font-weight: bold;
	color: #111111;
	background-color: #CCCCCC;

}

.descp {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.descp_visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #CCCCCC;
}

.wjw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.wjwlinks {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 16px;
	position: relative;
	top: 4px;
}

/* LINKS */

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color:#000000;
	background-color: #FFFF00;
}

a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #FFFF00;
	color:#000000;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}