body{
    background-color: #DA8A8A;
}

div.main{
    width: 900px;
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

h1{
    font-family: Tahoma;
    font-size:30pt;
    
}

h2 {

    font-family: Tahoma; 
    color: #222222;
    margin:5px;
    margin-left:0px;
    padding:2px;
    border-bottom-color: #222222;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
}

h3 {
    font-family: Tahoma;
    font-style:italic;
    color: #222222;
}

h4 {
    font-family: Tahoma;
    font-size:12pt;

}

p {
    font-family: Tahoma;
    line-height: 1.3;
    
    margin-left: 5px;
}

ul{
    font-family: Tahoma;
    line-height: 1.3; 
   
}

sup{vertical-align: 0; position:relative; bottom:1ex;}

a{
    color: #551B8B;
    font-weight: bolder;
    font-family: Tahoma;
    font-size: 14pt;
    
}
a:hover
{
    color:#66AEE8;
}