html {
  margin-left: 0;
  margin-right: 0;
  font-family: sans-serif;
}


a:visited { color: rgb(0,0,128); }

a:hover {
  color: red;
}

table.header {
  margin-bottom: -1em;
}

tr.head {   
  color: white;
  background-color: black;
  background-image: url("matrix.png");
}

.head h1  {
  display: inline;
}

.head td  {
  padding: 8px 15px 8px 15px;
}

.content img.float {
  margin: 0 0 0 0.5em;
  float: right;
}

.kthlogo {
  background-image: url("images/out.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

.nav {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

html>body .nav {
  margin-bottom: 0.2em;
}

.nav a {
  text-decoration: none;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0.5em 0 0;
}

.nav ul ul {
  margin: 0 0 0 1em;
}

.nav li {
  font-weight: bold;
}

.content {
  border-left: solid 1px black;
  padding-left: 1em;
  padding-bottom: 1em;
}

.content h1 {
  margin-top: 0.15em;
}

.footer img {
  margin-top: 0.3em;
}

.footer > img {
  margin-top: -0.5em;
}

.footer {
  margin-top: 0.5em;
  border-top: solid 1px black;
  text-align: center;
}

hr {
  display: none;
}

.separator {
  margin: 0.5em 0.5em 0.5em 0;
  border-top: dashed 1px black; 
}

.timestamp {
  margin-top: -2em;
  margin-bottom: -0.5em;
  font-size: xx-small;
  text-align: right;
  color: gray;
}

.header img {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.hotels  {
  border: none;
/*  solid black 1px;*/
  border-collapse:collapse;

}

.hotels td, .hotels th {
  padding: 2px;
  text-align:center;
  border: solid black 1px;
}

div.sponsor {
	margin-top:2em;
	text-align:center;
}

.sponsor img { 
  border:none;
  padding:0.8em 0.5em 0.8em;
  margin: auto;

}

@media print {
  .header { display: none; }
  .nav {display: none; }
  .content { border-left: none; }
  .timestamp { display: none; }
  .footer { display: none; }
}


