@import url(/css/layout.css);
@import url(/css/styles.css);

/* Basic Settings */

* {
margin: 0;
padding: 0;
font-size: 100.01%;
}

body {
font: 0.8em/1.7em Geneva, "Trebuchet MS", "Times New Roman", serif;
color: #000;
background-color: #ffffec;
text-align: center; /* centre the container for non-compliant browsers */
}

img { border: 0; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

acronym { cursor: help; border-bottom: 1px dotted #4a4a4a; }
