/* CSS Document */
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.credits {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.content {
	font-family: Verdana, sans-serif;
	width: 30pc;
	padding-left: 50px;
	font-size: 10px;
	color: #000000;
}
.describe {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.eml:link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DC7848;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.eml:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DC7848;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.eml:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DC7848;
	text-decoration: underline;
}

