@charset "UTF-8";

div#title{
    margin: 20px 50px 20px 50px;
    border-bottom:1px solid;
}

h1{
    color: #4B0083;
    text-align: right;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 2px 2px 1px #DDA0DD;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 5px;
    height: 150px;
    white-space: nowrap;
}

h2{
    color: #4B0083;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 2px 2px 1px #DDA0DD;
    line-height: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 0px;
    margin-left: 1px;
    padding-right: 1px;
    height: 140px;
    border-width: 0px 0px 0px 0px;
    white-space: nowrap;
}

span#ntl {
    font-size: 50px;
    font-weight: bold;
}

div#side {
    float: left;
    margin: 20px;
    border: 0px solid #000000;
    border-right-width: 1px;
    width: 300px;
    
}

div#intro
{
   color: #4B0083;
   font-size: 20px;

}
div#footer
{
   border-top:0px solid;

}