/* This is a style sheet for the FFTW web pages, as defined by the
Cascading Style Sheets specification (text/css). */

BODY {
  color: #000;
  background: #FFF;
  margin-left: 5%;
  margin-right: 5%;
}

div.navbar {
  align: center;
  margin-left: -5%;
  margin-right: -5%;
}

A:link { color: #00A }

A:visited, A:active { color: #A00 }

H1 { 
  margin-left: -5%;
  font-family: helvetica, arial, sans-serif;
}
H2 { 
  margin-left: -3%;
  font-family: helvetica, arial, sans-serif;
}
H3 { 
  font-family: helvetica, arial, sans-serif;
}

HR {
  color:#CCC;
  margin-left: -5%;
  margin-right:-4%;
}
