body {
	/* delete background (except for background color) if there's no background file */
	background-color: #312F46;
	margin : 2px 8px 2px 2px;
	background-image: url(bck.jpg);
	background-repeat: repeat; /* no-repeat if you want to show background only once, like in table for illustration photo */
	background-position: 0px 0px;
}

.title {font-weight: bold}

a:link, a:visited, a:active{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {color: #FFFFFF; text-decoration: underline;}

#adblockright, #adblockleft {
	color: #ffffff;
	font-style: normal; /* italic for italic */
	color: #E2E2E2;
	font-size: 1.3em;
	padding:10px;
	border: solid 0px #cccccc;
}

#adblockright .pic {border:10px solid #E2E2E2;}

#adblockleft .pic {border:10px solid #E2E2E2;}

