/* borrowed from virant-duo free template; Thanks!*/
body
{
    margin-top: 20px;
    padding: 0;
    text-align: center;
    font-size:14pt;
    font-family:'Times new Roman'
}
#title_author{
    margin: 0 auto;
    text-align: center;
    width:980px;
    font-size:16pt;
}
#title{
    font-size:24pt;
    display:block;
    font-weight:bold;
}
#content{
    margin: 0 auto;
    text-align:justify;
    width:980px;
}
#typo_clain{
}

.emphasize{
    color:#f00;
}
.caption{
    display:block;
    text-align:center;
    font-size:14pt;
    font-weight:bold;
}
.section{
    font-size:18pt;
    font-weight:bold;
    background-color:#bbb;
}
table{
    text-align:center;
    border-collapse:collapse;
    border:#000 solid 2px;
}
table td{
    border:#000 solid 2px;
}
