/* file: style.css */

/* title: Assignment #2 - ISYS3074 */
/* date: Oct-Dec 2000 */
/* author: Group 11 */
/* - Ralf Bierig (c00rb) */
/* - Dominik Bartenstein (c00db) */
/* - Daniel Neumann (c00dn) */
/* - Atul Patel (c96ap) */
 

body {
font-family: Arial, Bookmaker, Helvetica;
background-color: rgb(255,255,255);
}

table {
background-color: white;
font-family: Arial, Bookmaker, Helvetica;
padding: 1px;
border-width: 0;
vertical-align: top;
}

td {
font-family: Arial, Bookmaker, Helvetica;
font-size: 12px;
vertical-align: top;
}

td.bg {
font-family: Arial, Bookmaker, Helvetica;
font-size: 12px;
background-color: lightgrey;
}

td.align {
font-family: Arial, Bookmaker, Helvetica;
font-size: 12px;
text-align: justify;
vertical-align: top;
}

td.small {
font-family: Arial, Bookmaker, Helvetica;
font-size: 11px;
font-weight: bold;
}

th {
font-family: Arial, Bookmaker, Helvetica;
font-size: 13px;
font-weight: bold;
color: darkred;
}

th.white {
font-family: Arial, Bookmaker, Helvetica;
font-size: 13px;
font-weight: bold;
text-align: center;
color: white;
}

a:link {
font-family: Arial, Bookmaker, Helvetica;
color:darkblue; font-weight:bold;
}

a:visited {
font-family: Arial, Bookmaker, Helvetica;
color:darkblue; font-weight:bold;
}

a:active {
font-family: Arial, Bookmaker, Helvetica;
color:#0000FF;
font-style:italic;
}

