@import url("default.css");
@import url("horizontal.css");

body {
  background: white;
  font-family: georgia, "times new roman", serif;
  font-size: 11pt;
  margin: 0;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

#header { margin: 0 0 12pt; }
#logo { margin-left: 0; }
#navcontainer { display: none; }
#ctxmenu { display: none; }
#content { border: 0; margin: 0; padding: 0; width: 100%; }
#sidebar { display: none; }
#footer { border: 0; margin: 0; }
