@import 'base_screen.css';
#colbox {
  border-style: dotted;
  border-color: #FFFFFF;
  border-width: 2px;
  padding: 1em;
  margin: 1em;
  overflow: hidden;
  text-align: left;
  }

#yearbox {
  padding: 0;
  margin: 1em;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8em;
  text-align: left;
  color: #CCCCCC;
  }

#yearbox h1 {
  margin-left: 1em;
  text-align: inherit;
  color: inherit;
  }

#yearbox hr {
  margin-left: 1em;
  margin-right: 1em;
  color: inherit;
  }
  
#picbox {
/*  border-style: solid;*/
  width: 170px;
  float: right;
  }

#picbox img {
  max-width: 160px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
  }

#bannerbox {
/*  border-style: solid;*/
  width: 360px;
  float: right;
  }

#bannerbox img {
  max-width: 350px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  }

#textbox {
/*  border-style: solid;*/
  width: 20em;
  float: left;
  padding: 0;
  }
  
#textbox h1 {
  font-size: 1em;
  text-align: left;
  }

#textbox a h1 {
  text-decoration: underline;
  }

#textbox ul {
  font-size: 0.8em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
  }
  
#textbox li {
  text-align: left;
  padding: 0.1em;
  }