/* For friends page */

body {
	color: black;
	background: khaki url('../img/site/serbian-poppy-field-red-poppy-flowers-in-summer-by-dj-rudy-friends-background-www.upbustleandout.co.uk.jpg') fixed top left !important;
}
body a:link, body a:active, body a:visited {
	color: black;
}
body a:hover {
	color: darkgreen;
}

.friendsPageContainer {
	width: 700px;
	margin: auto;
	font-size: 0.9em;
	float: none;
}

.friendLine {
	width: 98%;
	margin: 0px 1% 5px 1%;
}
.linkTitle {
	margin-right: 5px;
	font-weight: bold;
}
.linkDescription {
	color: darkgreen;
}
.linkCategory {
	font-size: 0.8em;
	float: right;
	margin: 4px 5px 0px 0px;
	color: slategray;
	position: relative;
	top: -2px;
}
.spacerLine {
	width: 90%;
	margin: 10px 5% 10px 5%;
	border-bottom: 1px dotted slategray;
}

.legalNotice {
	width: 100%;
	font-size: 0.6em;
	text-align: center;
	padding: 5px 5px 10px 5px;
	color: slategray;
}

