*{

}
body{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: white;
margin:0px auto;
width: 960px;
}

header{
background-color: white;
height: 128px;
text-align:center;
}

h1{
font-size: 30px;
color: #323232;
text-align: center;
margin-top:43px;
}

h2{
font-size: 14px;
color: #323232;
text-align: center;
}

menu{
width: 100%;
height: 48px;
background: #001882;
text-align:center;
font-size: 16px;
color: white;
}
menu .wrapper{
margin: 0px 15%;
width: 600px;
}
menu .wrapper div a{
display: inline-block;
float: left;
width:150px;
margin: 12px auto;
text-align:center;
font-size: 16px;
color: white;
text-decoration:none;
}

menu .wrapper div a:hover{
color:#dad6d6;
}

.activeLink{
color:#dad6d6;
}

.main{
font-size: 12px;
color: #323232;
margin-top: 38px;
margin-left: 105px
}

