
/*
By Anrick Bregman
http://www.anrick.com
*/


 
body {
		margin-top:75px;
		background-color: #FFFFFF;
        background-image: url(http://artandculture.counterform.com/images/stripped_vertical.jpg);
		background-repeat: repeat;
		background-position: center top;
	}

#date {
		margin:20px auto;
		width:800px;
		font-family:"Georgia";
		font-size:10px;
		color:#58707b;	
		font-style:italic;
		font-weight:normal;
		text-align:left;
		line-height:20px;
	}
	
#footer {
		margin:60px auto;
		width:450px;
		font-family:"Georgia";
		font-size:10px;
		color:#000000;	
		font-style:italic;
		font-weight:normal;
		text-align:center;
		line-height:20px;
	}
	
div.container {
		width:800px;
		margin: 0 auto;
		text-align:left;
	}
	
span.link {
		font-family:"Georgia";
		font-size:25px;
		color:#40b9ff;	
		font-style:italic;
		font-weight:normal;
	}
	
span.black {
		font-family:"Georgia";
		font-size:25px;
		color:#000000;	
		font-style:italic;
		font-weight:normal;
	}
	
a {
		color:#58707b;
		text-decoration:none;	
	}
	
	
a:hover {
		text-decoration:underline;
	}


a:hover {
		text-decoration:underline;
	}
