/* css for www.trustix.net
 * Stylesheet as proposed by Olaf Trygve Berglihn <olafb@trustix.com>
 */

A:link {
 text-decoration: underline;
 background-color: white;
 color: blue
} 

A:visited {
 text-decoration: underline;
 background-color: white;
 color: black
}

A:active {
 text-decoration: underline;
 background-color: black;
 color: red
}

body {
 padding: 1.5%;
 border-width: 1.5pt;
 border-color: silver;
 background-color: white;
 color: black;
 margin-top: 1%;
 margin-bottom: 1.5%;
 margin-left: 3%;
 margin-right: 3%; 
 font-family: helvetica, sans-serif
}

h1 { 
 text-align: center;
 font: 170% sans-serif
}

h2 { 
 font: 140% sans-serif
}

h3 { 
 font: 120% sans-serif
}

h4 { 
 font: bold 100% sans-serif
}

h5 { 
 font: italic 100% sans-serif
}

h6 { 
 font: small-caps 100% sans-serif
}

p {
 font-family: helvetica, sans-serif
}

h1.center {
 text-align: center
}

p.center { 
 text-align: center 
}

p.right {
 text-align: right
}

p.left {
 text-align: left
}

p.navbar {
 text-align: center;
 margin-top: 0.5em;
 margin-bottom: 0.5em
}

img.center {
  margin-left: auto;
  margin-right: auto
}

div, p {
 background-color: white;
 color: black
}

div.logo {
 float: right;
}

div.center {
 clear: both;
 margin-left: auto;
 margin-right: auto }

div.navbar {
  clear: both;
  margin-left: auto;
  margin-right: auto
}

div.banner {
  float: right;
  clear: left
}

pre {
  font-family: monospace
}

A.banner { 
  color: white;
  background-color: transparent
}

A.logo { 
  color: white;
  background-color: transparent;
}

div.boxhead {
 font-family: helvetica, sans-serif;
 color: white;
 background-color: transparent
}

div.box {
 background-color: transparent;
 color: black
}

.checkbox {
 font-family: helvetica, sans-serif;
 background-color: transparent;
 color: black
}

p.label {
 background-color: transparent;
 color: black
}

