.link
	{
	//position:relative;
	//left:0px;
	font-family: sans-serif;
	margin-top: 5px;
	}
		
.content
	{
	//position:relative;
	//left:0px;
	font-family: sans-serif;
	//border-bottom: medium solid grey;
	//margin-bottom: 0.25cm;
	}
	
.staticlink
	{
	//position:relative;
	//left:0px;
	font-family: sans-serif;
	color: green;
	}
	
.author
	{
	//position:relative;
	//left:0px;
	font-family: sans-serif;
	color: gray;
	margin-bottom:5px;
	}
	
.author a:link {
color: gray;
text-decoration: none;
}

.author a:hover {
color: blue;
text-decoration: underline;
}

.ads
	{
	position:absolute;
	left:1000px;
	top:100px;
	}
	
.footer
	{
	text-align:center;
	font-family: sans-serif;
	margin-top:10px;
	border-top: thin solid;
	}

.trends
	{
	//text-align:center;
	//background-color:CornflowerBlue;
	font-family: sans-serif;
	//margin-top:0px;
	//margin-bottom:0px;
	//border-bottom: thin solid;
	background:#F2F2F2 none repeat scroll 0 0;
	display:block;
	padding:6px 0;
	text-align:center;
	}	

p
	{
	margin:10px;
	font-family: sans-serif;
	}
	
