@charset "UTF-8";
body {
	color: #990000;
	font-family: "Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	padding: 12px 18px 10px 30px;
	background-color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	background-image: url(images/pens.jpg);
	background-repeat: repeat;
	background-position: -20px;
	line-height: 130%;
}
a:link {
	text-decoration: none;
	color: #027B3E;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
