
#right_sidebar {
  display: none;
}

#left_sidebar {
  display: none;
}

ul#common_links {
  display: none;
}

#footer {
  text-align: center:
  margin-left: 10%;
  margin-right: 10%;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px:
  font-weight: bold;
}

body {
  font-size: 12px;
}

table {
  border-collapse:collapse;
}
td {
  border:1px solid black;
  padding:5px;
}

/* There are some table we do not want to use border */
#table_no_border td,table { 
  border: 0px;
  font-size: 1em;
}


#border img {
  border: 1px solid black; 
  margin: 10px;
}

