   body{
                background-color: #EEEEFF
            }
 div.box {
            width: 200px !important;
            height: 300px !important;
            overflow: auto;
            padding-left:10px;
            border: 2px solid #AAA;
            border-right: 0 solid;
             background-color: #FFF;
        }

        div.box p {
            margin-top: 0
        }


    .page-header-title {
	margin-top: 0px;
	margin-bottom: 0px;
    text-shadow: 0 0 10px rgba(0, 100, 0, .8);
	text-align: center;
    }


.topnav {
    overflow: hidden;
    background-color: #999;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

 h1,h2{

 font-family: 'Times New Roman', Times, serif;
}

h1{

                font-weight: bold;
                height:1;
                letter-spacing: 2px;
                word-spacing: 9px;
                text-align:center;
                font-size: 25px;
                 color: #BB0000;
       }

h2{
        color: #8D0D19;
        font-weight: 500;
        font-size: 25px;
        text-align: center;
 }
h3,h4 {
    font-family:Arial, Helvetica, sans-serif;/* 'Times New Roman', Times, serif; */
    font-weight: 500;
}
 h3{            margin-left: 15px;
                text-indent: 2em;
                text-align: left;
                line-height: 1.2em;
                padding: 0px;
                font-size: 1.5em;
                margin-top: 10px;
                margin-bottom:10px;
            }
            h4{
                 font-weight: bold;
                height:2;
                padding: 0px;
                text-align: center;
                font-size: 1.5em;
                margin-top: 20px;
            }
            h5{
                font-family: Arial, Helvetica, sans-serif;
                 font-weight: bold;
                 height:1;
                padding: 10px;
                text-align:center;
                font-size: 1.0em;
                margin-top: 0px;
            }
            h6{
                font-family: Arial, Helvetica, sans-serif;
                 font-weight: bold;
                 text-transform: uppercase;
                 height:2;
                padding-left:15px;
                text-align: left;
                font-size: 1.0em;
                letter-spacing:1px;
                margin-top: 0px;

            }
          a:link {
                text-decoration: none;
                color: #0000FF;
             }

               /* mouse over link */
                a:hover {
                  color: #00F000;
                }
                  .menu{
                        background-color: #FFFFFF;
     	                margin-top: 50px;
	                    margin-bottom: 50px;
                        text-align: center;
                        }
            .titolo { background:#AACCCC;
                      font-size: 1.2em;
                        }
