            #box1
            {
                text-align:center;
                background-color:#084985;
                box-shadow: 0 1px 5px rgba(27, 35, 38, 0.4);
                color:white;
                padding:18px;
                font-size: 17px;
                border-top-left-radius:12px;
                border-top-right-radius:12px;
            }
            #box2
            {
                text-align:center;
                background-color:#084985;
                box-shadow: 0 1px 5px rgba(27, 35, 38, 0.4);
                color:white;
                padding:12px;
                font-size: 17px;
                border-top-left-radius:12px;
                border-top-right-radius:12px;
                border-bottom-left-radius:12px;
                border-bottom-right-radius:12px
            }
            #box22
            {
                text-align:center;
                background-color:#5d6878;
                box-shadow: 0 1px 5px rgba(27, 35, 38, 0.4);
                color:white;
                padding:12px;
                font-size: 17px;
                border-top-left-radius:12px;
                border-top-right-radius:12px;
                border-bottom-left-radius:12px;
                border-bottom-right-radius:12px
            }
            #box3
            {
                text-align:center;
                background-color:#084985;
                box-shadow: 0 1px 5px rgba(27, 35, 38, 0.4);
                color:white;
                padding:15px;
                font-size: 15px;
            }
            #fonts3
            {
                font-size: 22px;
            }
            #fx
            {

                background:#2088af;
                padding: 10px 10px 10px 20px;
                font-size: 18px;
                font-family:Georgia;
                color: white;
                text-align:left;
                border-bottom-left-radius:12px;
                border-bottom-right-radius:12px
            }
            #hx
            {
                font-size: 18px;
                font-family:impact;
                color: white;
                text-align:center;

            }
            #img{

                height:100px;
                width:80px;
                align:right;
            }
            #tcolor{
                background-color:#08ff85;
                padding:12px;
                border-radius:12px;
            }

			.language-selector { float: right; margin: 10px; }
			.legend { list-style: none; }
			.legend li { float: left; margin-right: 10px; font:1.2em }
			.legend span { border: 1px solid #ccc; float: left; width: 62px; height: 22px; margin: 2px; }


			.legend .noalert { background-color: #006400; } /* Dark Green */
			.legend .getready { background-color: #f9f211; } /* Yellow */
			.legend .getready2 { background-color: #ffa90a; } /* Orange */
			.legend .action { background-color: #c41b26; } /* Red */
