@import url('https://fonts.googleapis.com/css?family=Pixelify Sans');

#header{
 background-color: #000080;
}

div#hSub{
 font-family: 'Pixelify Sans', sans-serif;
 font-size: 16px;
 padding: 10px;
 background-color: #c0c0c0;
}

#hSub a{
 color: #000000;
}

a.logo b span{
 font-family: 'Pixelify Sans', sans-serif;
 background-color:#000080;
}

body{
 font-family: 'Pixelify Sans', sans-serif;
 background-color: #008080;
 font-size: 16px;
}

p{
 color: #000;
 font-weight: 200;
}

h1, h2, h3, h4, h5, h6{
 font-size: 12px;
 font-weight: 400;
 color: #fff;
}