p.rob {
    font-family: "Roboto", Robotoi; font-size:150%; line-height:120%; color: black;
}
p.robin {
    font-family: "Roboto", Robotoi; font-size:120%; line-height: 150%; color: black; text-indent: 30px;
}

ul.rob {
    font-family: "Roboto", Robotoi; font-size:140%; line-height:120%; color: black;
}

ol.rob {
    font-family: "Roboto", Robotoi; font-size:140%; line-height:140%; color: black;
}

p.serif {
    font-family: "Garamond", Garamond,serif; font-size:150%; line-height: 110%; color: black;
}

p.arial {
    font-family: "arial", Arialf; font-size:150%; line-height: 110%; color: black;
}

p.arials {
    font-family: "arial", Arialf; font-size:100%; line-height: 100%; color: black;
}

ol.serif {
    font-family: "Garamond", Garamond, serif; font-size:150%; line-height: 110%; color: black;
}

ul.serif {
    font-family: "Garamond", Garamond, serif; font-size:150%; line-height: 110%; color: black;
}

ul.arial {
    font-family: "Arial", Arial; font-size:130%; line-height: 110%; color: black;
}	


ol.arial {
    font-family: "Arial", Arial; font-size:130%; line-height: 110%; color: black;
}	

p.mont {
    font-family: "Montserrat", Montserrat, sans-serif; font-size:150%; line-height: 110%; color: black;
}



h.a {
    font-family: "Arial", Arial,  font-size:180%; line-height: 110%; color: black;
}


div.ind {
  text-indent: 20px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
}

div.c {
  text-align: justify;
}

img.r50 {
  border-radius: 50%;
}

img{
    display: none
}

p.one:hover + img{
    display: block;
}

p.two:hover img{
    display: block;
}

em.two:hover img{
    display: block;
}

em.two:hover {
  color: blue ;
  background-color: #eeccff ;
}

.flag {
  vertical-align: middle;
  width: 50px;
  height: 40px;
  border-radius: 50%;
}

div.linea {
  line-height: normal;
}

div.lineb {
  line-height: 1.6;
}

div.linec {
  line-height: 80%;
}

div.lined {
  line-height: 200%;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

div.box1 {
  box-sizing: content-box;  
  width: 700px;
  height: ;
  padding: 10px;  
  border: 6px solid green;
}