/*Ρύθμιση φόντου για όλες τις σελίδες*/
body
{
	background-color: #9AABAA
}
/*Ρύθμιση κεντρικής στοίχησης κειμένου*/
p
{
	text-align : center;
}
.center
{
	text-align : center;
}
/*Ρύθμιση των χρωμάτων για τις γραμματοσειρές και τύπος γραμματοσειράς*/
p.blue
{
	text-align: center;
	color : #0033cc;
	font-family : "Lucida Sans Unicode";
}
p.green
{
	text-align: center;
	color : #336600;
	font-weight : bold;
	font-size : large;
	font-family : "Lucida Sans Unicode";
}
/*Ρύθμιση γραμματοσειράς*/
p.mistral
{
	font-size : 150%;
	color : #800000;
	text-align: center;
	font-weight : bold;
	font-family : Mistral;
}
/*Ρύθμιση κεντρικής στοίχησης στοιχείων*/
div
{
	text-align : center;
}
/*Εισαγωγή κενου 10px στο πάνω μέρος της σελίδας*/
div.padding
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top : 10px;
}
/*Ρύθμιση πίνακα αρχικής index*/
table.index
{
	margin-left: auto;
	margin-right: auto;
	border-style : inset;
	border-width : 5px;
	background-color : #E0C495;
	border-color : #E0C495;
	text-align : center;
	vertical-align : middle;
	width : 78%;
}
td.index
{
	text-align : center;
	vertical-align : middle;
	width : 50%;
}
tr.index
{
	text-align : center;
	vertical-align : middle;
}
/*Ρύθμιση μηδενικού ορίου (border) για τις εικόνες*/
img
{
	border-width: 0;
}
/*Ρύθμιση για το χρώμα των συνδέσμων*/
a
{
	color: #800000;
	text-decoration: none;
}	
a:hover
{
	color: #663333;
	text-decoration: none;
}
A:link 
{
	color: #800000;
	text-decoration: none;
}

A:visited 
{
	color:#800000;
	text-decoration: none;
}
A:active 
{
	text-decoration: none;
}
/*Ρύθμιση γραμματοσειρών κλπ στοιχείων που βρίσκοντα στο κάτω κάτω μέρος του index*/
p.impress
{
	text-align : center;
	color:#800000;
	font-family : "Lucida Sans Unicode";
	font-size : 70%;
}
