﻿body
{
    background-image: url( ./Images/Background.jpg);
    background-repeat: repeat-x;
    font-family: 'Trebuchet MS' , Verdana;
    font-size: 12px;
}

/*Headers----------------------*/
h1, .h1
{
    margin: 0px;
    font-size: 1.9em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: sans-serif;
    color: #05215B;
}

h2, .h2
{
	margin: 0px 0px 15px 0px;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
	color: #05215B;
}

h3, .h3
{
	margin: 0px 0px 10px 0px;
	font-size: 1.5em;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-family: sans-serif;
}

h4, .h4
{
    margin: 0px 0px 0px 0px;
    font-size: 1.2em;
    color: #696969;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}


/*Για τα tables*/
table td
{
    vertical-align: top;
}