@charset "UTF-8";
/* CSS Document */
@font-face{
     font-family: Eternal_Call;
     src: url('fonts/Eternal_Call.ttf'),
          url('fonts/Eternal_Call.eot'); /* IE9+ */
}
@font-face{
     font-family: Cardinal;
     src: url('fonts/Cardinal.ttf'),
          url('fonts/Cardinal.eot'); /* IE9+ */
}
@font-face{
     font-family: Candara;
     src: url('fonts/Candara.ttf'),
          url('fonts/Candara.eot'); /* IE9+ */
}
 
@font-face{
     font-family: JosefinSlab-Light;
     src: url('fonts/JosefinSlab-Light.ttf'),
          url('fonts/JosefinSlab-Light.eot'); /* IE9+ */
}
 


body {
	font-family: JosefinSlab-Light, Verdana;
	font-size: 14px;
	color: #0033CC;
	background-color: #fee8b6;
}
.titolo1 {
	font-family: Cardinal;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: #000099;
}
.titolo2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: #000099;
	font-family: Cardinal;
}
.menu {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0000CC;
	font-family: Candara;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

