﻿
@import 'https://fonts.googleapis.com/css?family=Lobster';

body {
    font-family: "Book Antiqua";
}
body
{
  line-height: 130%;
}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#tornasu{
     position: fixed;
     bottom: 0px;
     right: 0px;
     display: none;
     padding:10px;
}

h2.titoletto {
     font-family: 'Lobster', cursive;
     font-weight:normal;
     margin-top:40px;
     text-align:center;
     font-size:60px;
     color:#660000;
     text-shadow: 4px 4px 4px #AAAAAA;
}

.auto-style1 {
	margin-left: 40px;
}
.auto-style2 {
	font-size: large;
}
.auto-style3 {
	margin-left: 120px;
}

