#tswcssbuttons {
  width: 180px;
  text-align: center;
}
#tswcssbuttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#tswcssbuttons li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial,Helvetica,sans-serif;
}
#tswcssbuttons li a {
  border: 1px outset #0000ff;
  color: #000000;
  background-color: #99ccff;
  width: 180px;
  text-decoration: none;
  display: block;
}
#tswcssbuttons li a:hover {
  color: #ffff00;
  background-color: #0000c0;
}
#tswcsstabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#tswcsstabs ul li {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: center;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial,Helvetica,sans-serif;
}
#tswcsstabs li a {
  border: 1px outset #0000ff;
  padding: 8px;
  color: #000000;
  background-color: #99ccff;
  text-decoration: none;
  display: inline;
}
#tswcsstabs li a:hover {
  color: #ffff00;
  background-color: #0000c0;
}
#navbar {
  float: left;
  width: 200px;
}
#content {
  margin-left: 200px;
  margin-bottom: 20px;
}
#header {
  text-align: center;
  margin-bottom: 20px;
}
#footer {
  clear: both;
  text-align: center;
}
#pagetitle {
  font-weight: bold;
  text-align: center;
  font-size: xx-large;
  line-height: 150%;
  text-decoration: underline;
  margin-bottom: 20px;
}
h1 {
  font-weight: bold;
  font-size: xx-large;
  line-height: 125%;
}
h2 {
  font-weight: bold;
  font-size: x-large;
  line-height: 125%;
}
h3 {
  font-weight: bold;
  font-size: large;
  line-height: 125%;
}
h4 {
  font-weight: bold;
  font-size: large;
  line-height: 125%;
  margin-left: 1cm;
}
body {
  background-color: white;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
}
.intend_1cm {
  margin-left: 1cm;
}
.intend_2cm {
  margin-left: 2cm;
}
