body{
background-color:#dddddd;
font-family: Tahoma, Verdana, Times New Roman, Arial;
font-size: 80%;
}

h1{
font-family: Tahoma, Verdana, Times New Roman, Arial;
margin: 0px;
margin-bottom:10px;
font-size: 140%;
font-weight: bold;
text-align: center;
background-color: #cccccc;
}

table.table{
  width: 100%;
  border-right: 1px solid #444488;
  border-bottom: 1px solid #444488;
  background-color:white;
}
table.table td{
  border-left: 1px solid #444488;
  border-top: 1px solid #444488;
  padding-left:15px;
  vertical-align:top;
  padding-right:10px;
}
table.table td.weekday{
  width:40px;
  text-align:center;
  vertical-align:middle;
  padding-left:0px;
}
tr.day,tr.sunday{
  height:60px;
}
tr.sunday{
  background-color:#ffeeee;
}
td.cons{
  background-color:#eeffee;
}
td.exam{
  background-color:#eeeeff;
}
div.cons{
  font-weight:bold;
}
div.exam{
  font-size:90%;
}
div.subject{
  font-weight:bold;
}
div.room,div.time{
  font-size:90%;
}
div.date{
  text-align:right;
  font-size:80%;
}
a {
color: #336699;
text-decoration: none;
font-family: Tahoma, Verdana, Times New Roman, Arial;
font-size: 100%;
}
a:visited {color:#336699}
a:active {color:#336699}
a:hover {text-decoration: underline}
iframe.orphus{
  margin-top:-5px;
}
