fabre.css

a,p,div,ul,ol,td,span {
face:RomanSerif;
font-size:1.0em;
color:#333;
line-height:130%;
}
p {
margin : 20px 40px;
text-align : justify;
width : 70%;
font-size : 1.07em;
}
p,div,span,td,li {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 2;
        hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-chars: auto 3;
        hyphenate-limit-chars: auto 3;
}
em {
 font-style : italic;
}
strong {
font-weight : bold;
 }
H1 {
text-align : center;
font-size : 1.4em;
font-family : arial;
}

H2 {
text-align : center;
font-size : 1.2em;
font-family : arial;
}
H3  {
 text-align : center;
 font-size:1.2em;
 font-family : arial;
}
a:link {
 text-decoration : none;
 color : #750000;
 text-align:center;
 font-weight : bold;
}
a:visited {
 text-decoration : none;
 color : #750000;
 text-align:center;
 font-weight : bold;
}
a:active{
 text-decoration : none;
 color : #750000;
 text-align:center;
 font-weight : bold;
outline;0;
}
 a:focus {
   outline:0;
}
a:hover {
 text-decoration : none;
 color : green;
 text-align:center;
 font-weight : bold;
}
frameset {
border-style:hidden; border:none;
}
img {
 border : 3px double #750000;
padding:3px;
border-radius:10px;
 background-color : #fff;
 box-shadow:10px 10px 5px #888;
}