<style type="text/css">
        html, body {
            margin: 0;
            padding: 0;
        }

        body {
            color: #292929;
            font: 90% Roboto, Arial, sans-serif;
            font-weight: 300;
        }

        p {
            padding: 0 20px;
            line-height: 1.8;
        }

        ul li {
            padding-right: 10px;
            line-height: 1.8;
			letter-spacing: 0.12em;
            font: 105% Roboto, Arial, sans-serif;
			color:#b8dcff;
            font-weight :bold;
        }

        h2 {
            padding: 20px 30px;
            margin: 0;
            background: #ffffff;
            color: #b8dcff;
			font: 200% Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
			letter-spacing: 0.1111em;
        }

        h3 {
            padding: 5px 20px;
            margin: 0;
            padding-left: 10px;
            background: #ffffff;
            color: #b8dcff;
			text-align: justify;
			letter-spacing: 0.2222em;
			line-height: 50px;
            font: 125% Roboto, Arial, sans-serif;
        }
        h4 {
            color: #292929;
            font: 115% Roboto, Arial, sans-serif;
            font-weight: 300;
			text-align: justify;
			letter-spacing: 0.1111;
       }
        h5 {
            padding: 10px 0px;
            margin: 0;
            padding-left: 10px;
            background: #ffffff;
            color: #b8dcff;
			text-align: center;
			letter-spacing: 0.2222em;
			line-height: 50px;
            font: 125% Roboto, Arial, sans-serif;
        }
        h6 {
            padding: 10px 0px;
            margin: 0;
            padding-left: 10px;
            background: #747d88;
            color: #b8dcff;
			text-align: center;
			letter-spacing: 0.1111em;
			line-height: 50px;
            font: 105% Roboto, Arial, sans-serif;
        }
	   
       div#header {
            position: relative;
        }

        div#header h1 {
            height: 80px;
            line-height: 80px;
            margin: 0;
            padding-left: 10px;
            background: #e0e0e0;
            color: #b8dcff;
			text-align: center;
			letter-spacing: 0.2222em;
			font: Century Gothic, CenturyGothic, Geneva, AppleGothic, sans-serif;
        }

        div#header a {
            position: absolute;
            right: 0;
            top: 23px;
            padding: 10px;
            color: #006;
        }

        div#navigation {
            background: #747d88;
       }

        div#navigation li {
            list-style: none;
			font: 105% Roboto, Arial, sans-serif;

        }

        div#extra {
            background: #747d88;
            padding: 0px 0px;
            color: #000000;
            font: 115% Roboto, Arial, sans-serif;
            font-weight: 300;
			letter-spacing: 0.1111;
        }

        div#footer {
            background: #ffffff;
		    font: Century Gothic, CenturyGothic, Geneva, AppleGothic, sans-serif;
            font-weight: 300;
			text-align: center;
        }

        div#footer p {
            padding: 20px 10px;
            background: #1111ff;
        }

        div#wrapper {
            float: right;
            width: 75%;
        }

        div#navigation {
            float: left;
            width: 24.9%;
        }

        div#extra {
            clear: both;
            width: 100%;
        }
		
A:link                {color:#b8dcff;
                      font-weight :bold;
                      text-decoration: none;
					  font: 105% Consolas, monaco, monospace;					  }
A:visited             {color:#DEEDFD;
                      font-weight :bold;
                      text-decoration:none;
					  font: 105% Roboto, Arial, sans-serif;
					  }

A:hover               {color:#9ACBFD;
                      font-weight: bold ;
                      text-decoration: underline overline;
					  font: 105% Roboto, Arial, sans-serif;
					  }

A:active              {color: #b8dcff;
                      font-weight :bold;
                      text-decoration: underline;
					  font: 105% Roboto, Arial, sans-serif;
					  }

    </style>