/*
  CSS for diasquartet.com site
*/ 

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  alink: #000099;
  link: #000099;
  vlink: #990099;
}

#header p {
  text-align: center;
}

.bigbrand {
  font-weight: normal;
  font-size: 300%;
}

.smallbrand {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  font-style: italic;
  font-weight: normal;
  font-size: 200%;
}

#navigation table {
  text-align: center; 
  width: 100%; 
  height: 28px;
  border-collapse: collapse;
  background-color: white;
}

#navigation td {
  padding: 0.3em;
}

#bodycontent {
  margin-left: 2%;
  margin-right: 2%;
  font-weight: normal;
}
