/* CSS Document */
body {
	list-style-image: url(assets/point.gif);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	font-size: 12px;
	color: #FFFF00;
}
.page_header {
	color: #669A36;
	font-size: 16px;
	font-weight: bold;
}
.maintext {
	font-size: 12px;
	text-align: justify;
}
.newstext {
	font-size: 9px;
	text-align: justify;
}
.newstext a {
	text-decoration: none;
}
.footer {
	font-size: 10px;
	text-align: center;
}

/* μενώ */

.col {
	font-size: 14 px;
}
.col ul {
	list-style-image: url(assets/point.gif);
}
.col a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.col a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.col a:hover {
	text-decoration: none;
	color: #3A4F6C;
	font-weight: bold;
}
.col a:active {
	text-decoration: none;
	color: #3A4F6C;
	font-weight: bold;
}



.maintext a:link {
	text-decoration: none;
	font-size: 11px;
	color: Blue;
}
.maintext a:visited {
	font-size: 11px;
	text-decoration: none;
	color: Blue;
}
.maintext a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: Blue;
}
.maintext a:active {
	font-size: 11px;
	text-decoration: none;
	color: Blue;
}