
body
{
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    background-color: #000000;
}
.content
{
    width:800px;
    text-align:left;
    margin: 0px auto;
    padding: 5px;
    /*border: solid 1px #000000;*/
    background-color:#FFFFFF;
}
.title
{
    text-decoration: none;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align:left;
}
.paperTypes
{
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight:normal;
}
.menu
{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight:bold;
}
.menuOption
{
    text-decoration: none;
    color: #000000;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.rowTitle
{
    font-size: 12px;
    width: 75px;
    height:20px;
    font-weight: bold; 
    text-align:right;
    padding-right: 3px;
}
.rowContent
{
    font-size: 12px;
    text-align:justify;
}
.area
{
    font-weight: bold;
    font-size: 17px;
}
.paperType
{
    font-weight: bold;
    font-size: 15px;
    display:block;
    margin-bottom: 10px;
}
.paperTitle
{
    font-size: 12px;
    display: inline;
    font-weight: normal;
}
.authors
{
    display: inline;
    font-weight: normal;
    font-size: 12px;
}

