<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	background: url(htmlbg.png) top repeat-x;
	background-color:#f8f8f8;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#444;
	height:100%;
}

body {
	background:none;
	padding:16px;
	padding-top:0px;
	margin:0 auto; /* kanei align ta divs sto kento */
	width:968px;
	text-align:left;
	min-height: 100%;
}

a {
	text-decoration:none;
	color: #1c78c8;
}

a:hover {
	color: #1cc84d;
}

.header {
	margin-bottom:20px;
	color:#7cc1ff;
	min-height:70px;;
}

.ads {
	margin-bottom:16px;
	color:white;
	min-height:70px;;
}

.headerTop{
/*	background: url(mtw968.png) top center no-repeat;*/
	height:10px;
	overflow:hidden;
	font-size:0px;
}

.rightColumn {
	width:300px;
	overflow:hidden;
	float:right;
	margin-left:16px;
}

.mainDiv2Columns {
	float:right;
	width:652px;
}

.footer {
	padding-top:8px;
	clear:both;
}</pre></body></html>