@charset "utf-8";
/* CSS Document */

body,td,th {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #C5C5C5;
    text-align: center;
}
body {
    background-color: #416578;
    background-image: url(../resources/bck-ground.png);
	background-position: center;
    background-repeat: repeat-y;
}
	
	h1 {
		font-size=42px;
		color: white;
		font-weight: bold;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	}
	h2
	{
	font-size: 52px;
		font-weight: bold;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		
		
	}
	
	h4 {
		font-size=18px;
		font-weight: bold;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	}
	
a {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #C5C5C5;
}
a:visited {
    color: #D0D0D0;
    font-size: 36px;
}


