homer.css

body, body.tei.tei-text {
    width: 100%;
    margin: 10% auto;
    color: #444;
    background-color: white;
    border: 0;
    padding: 0;
    }
h1 {
    font-size:26px;
    text-align:center;
   }
h2 {
    font-size:22px;
    text-align:center;
    padding-top: 1em
    }
h3 {
     font-size:14px;
     text-align:center;
     font-weight:normal;
    }
.pgmonospaced {
    font-family: monospace;
    font-size: 0.9em
    }
a:link {
    text-decoration: none;
    color:#000;
    }
a:visited  {
    text-decoration: none;
    color:#000;
    }
a:hover {
}

span.speaker {
    font-weight: bold;
}

p {
        margin: auto 10% ;
        text-align: justify;
        line-height: 1.2;
        font-family:brill;
        font-size:19px;
        color:#444;
        }
p,div,span,td {
-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;
}
td p {
        text-indent: 0em;
}
table {
margin: 20px auto;
}
a:link.tra  {
text-decoration:none;
display:block;
text-align:center;

}
a:visited.tra {
text-decoration:none;
display:block;
text-align:center;
}
a:hover.tra {
display:block;
text-align:center;
color:#fff;
background:#75a9ba;
}
.abstract {
width:600px;
text-align:justify;
margin: 20px auto;
font-family:brill;
font-size:20px;
line-height: 1.3em;
}
.ges {
margin-right:30%;
}
.hg {
background:#ddd;
}
tr, td {
margin:0;
border:thin solid silver;
}
a:target {
padding:5px;
color : #ff8000;
font-weight:bold;
}