body {
background : white;
color: black;
font :  90%  verdana, Helvetica, sans-serif ;
text-align : justify;
margin : 0px;
padding-bottom : 50px;
padding-left : 50px;
padding-right : 50px;
padding-top : 50px;
}
	

:link {text-decoration:underline; background-color : transparent;
	color: navy; }
:visited {text-decoration:underline; color : navy;
	background-color: transparent; }
:active { color : red;
	background-color: transparent; }
a:hover { color : black;
	background-color : #FFCE1C; }

a img { border-style : none;
	color : white; /* The only way to hide the border in NS 4.x */
	background-color : transparent; }
a { text-decoration : none }

h1,h2,h3,h4,h5,h6 { text-align : left; }
h1 { font-size : 2em; 
	font-weight : bold;
	color : #9B0014;
	background-color : transparent }
h2 { font-size : 1.4em; 
	font-weight : bold;
	color : gray;
	background-color: transparent; }
h3 { font-size : 1.2em; 
	font-weight : normal;
	color : #9B0014;
	background-color: transparent; }
h4 { font-size : 1em; 
	font-weight : normal;
	margin-top : 1em;
	color : gray;
	background-color: transparent; }

table.timetable {
text-align : left;
border: 1px solid black;
width: 90%;
}
 
td { padding : .5em; }

th.time {
background-color : #D3D3D3;
color :  black;
}

th.lunch {
background-color : #52AEAD;
color :  black;
}

th.coffee {
background-color : #D2691E;
color :  black;
}

li { margin-top : 1em; }


li { margin-top : 0.2em; 
	list-style-image: url("images/toarrow.gif"); }

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


@media print {

:link,
:visited ,
:active { color : black;
	background-color: transparent; }

.noprint { display: none }

.breakafter {page-break-after: always}


} 
