body {
    font-family: "Baskerville","Georgia";
    font-size:   14pt;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    text-decoration: none;
    color: #000099;
}

a:visited {
    text-decoration: none;
    color: #000099;
}

a:hover {
    color: #990000;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #000099;
}

ul {
    line-height: 150%;
}

h1 {
    font-size: 18pt;
    font-family: "Baskerville","Georgia";
    font-weight: normal;
}

h2 {
    font-size: 18pt;
    font-family: "Baskerville","Georgia";
    font-weight: normal;
    border-bottom: 1px solid;    
}

h3 {
    font-size: 16pt;
    font-family: "Baskerville","Georgia";
    font-weight: normal;
    border-bottom: 1px dotted;
}

p {
    line-height: 150%;
    text-align:  justify;
}

p.footer {
    text-align: center;
    font-size: 10pt;
}

p.date {
    /* No different, for now.*/    
}

p.tags {
    /* No different, for now.*/
}
