body, table, tr, td, th, li, txt {
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height:133%;
	}

a {color: #003C7E; text-decoration: none;}
a:link {color: #003C7E; text-decoration: none;}
a:visited {text-decoration: none;} 
a:hover {text-decoration: underline; color: red;}
a:active {text-decoration: none; color: red;}

.smalls {font-size: smaller;}
.smalls2 {font-size: smaller; color: #FFFFFF;}
.Diavouleuseis_Title {color: #00777E; font:larger;}

.style4 {
	color:#ccc;
	}

.style4:link {
	color:#ccc;
	}

.style5 {
	font-size: 16px;
	color: #ddd;
	font-weight: bolder;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.style6 {color:#003C7E; font-size:12px; font-weight:normal;}

.style7 {font-size: smaller; line-height:1em;}


/* ------- Menu ---------- */

ul.menu, ul.menu ul {
  list-style-type:none;
  width: 180px;
  margin:0px;
  padding:0px;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  font-size: 13px;
  background: steelblue;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: darkorange;
}

ul.menu li a:active {
  background: darkorange;
}

ul.menu li ul li a {
  font-size: 12px;
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

ul.menu li ul li a:active {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}


