/* CSS for Jan Hrabe's home page */

a:link {
   color: #EE0000;
   background-color: transparent;
   text-decoration: none;
}

a:visited {
   color: #000080;
   background-color: transparent;
   text-decoration: none;
}

a:hover {
   color: #FFAA00;
   background-color: transparent;
   text-decoration: none;
}

a:active {
   color: #FFAA00;
   background-color: transparent;
   text-decoration: none;
}

body {
   margin: 20px;
   color: #000000;
   background-color: #F0F4FF;
}

hr {
   color: #000000;
   background-color: transparent;
}

h1.centered {
   text-align: center;
}

table.container {
   width: 500px;
   border: none 0px;
}

td.leftcol {
   width: 220px;
}
