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

body  {
	text-align: left;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #000;
	/*background-image: url(art/stripe.jpg);*/
	background-repeat: repeat-y;
	font-weight: lighter;
	padding: 0px;
	background-image: url(images/static.gif);
	background-position: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

a {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
.underline {
}

a:link {
	color: #C90;
	text-decoration: underline;
}
	
a:visited {
	color: #CCC;
	text-decoration: underline;
}

a:hover {
	color: #C93;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
}
.date {
	font-size: medium;
	color: #C90;
}

