/* Body styling */
body {
    margin: 0; text-align: center; background-color: rgb(0,64,128);
    color: white; font-family: "Trebuchet MS", sans-serif;
}
body * { box-sizing: border-box; -webkit-box-sizing: border-box; }



/* Content styling */
/*~ Common styling*/
.section { margin: 8px 8px 16px; } h3,h4 { margin: 16px 0 8px;  }
h3 { color: rgb(128,192,255); } h4 { color: rgb(192,224,255); }
p { margin: 0 0 16px; } a { color: rgb(224,224,255); }
img {
    vertical-align: top;
    border: none; /*old browsers add a border to linked/mapped images*/
}

/*~ Specific styling*/
#container { display: inline-block; width: 620px; text-align: left; }

#shortcuts { font-weight: bold; color: rgb(128,128,255); text-align: center; }

#downloads { margin-bottom: 8px; }
#downloads img { margin: 0 8px 8px 0; }

#credits { text-align: center; }
