/*
 * Web site of Radiant Bytes
 */

div.footer {
   height:15px;
   background-color:orange;
   margin-top:150px;
}

div.header {
   height:30px;
   background-color:orange;
}

a {
    color: #355f7c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Typography */

body {
    /*font-family:  Georgia, serif;*/
    font-family:  calibri, tahoma, arial, sans-serif;
    font-size: 100%;
}

strong {
    font-weight: bolder;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #f2f2f2;
    font-weight: normal;
    color: #20435c;
}

div.body h1 { margin-top: 20px; font-size: 200%; }
div.body h2 { margin-top:20px; font-size: 160%; }

div.body  p {
    text-align: justify;
    line-height: 160%;
    margin: 10px;
}

ul li{
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 5px;
}

li em {
    font-style: italic;
    color: #999999;
    margin-left: 20px;
}


