/* styles as used for IUB webpages by Hugo Quen&eacute; */
/* also used for related pages in Utrecht */
/* Hugo Quene, 6 Jan 2002 */
/* 20020109 background color adjusted, was ffffcc */
/* 20020206 .showcode added */
/* 20031029 a:hover added for testing */
/* 20040615: MENU styles added, inspired by poetryinternational.org */
/* 20040615: .refs copied from taalenstijl.html to style sheet */
/* 20041117: Arial Unicode MS inserted into font-family spec */
/* 20050815: new Calibri, Corbel, Cambria fonts (see www.poynter.org) inserted into font-family spec */
/* 20051108: font Cambria removed from regular BODY style */
/* 20060117: added A style, adapted from tucows  */
/* 20060117: change priority for Helvetica and Arial Unicode MS fonts */
/* 20060118: added underline instead of dotted-underline for A:HOVER */
/* 20060314: fancy border on links... only for a:link and a:visited anchors, excludes NAME anchors */
/* 20060314: add specs for a:active anchors */
/* 20060314: @media PRINT ... use background:White */
/* 20060407: class alarm added */
/* 20071211: ADRESS color:Gray added */
/* 20071217: Hx: font-family: "Gill Sans" added */
	
BODY { 
	background:#FFFFF0; color:Black;
	font-family:Helvetica,"Arial Unicode MS",Arial,sansserif;
	text-align:Left; 
}

/* TO-DO: use white background for PRINT media */

@media print {
	BODY { 
		background:White; color:Black;
		font-family:Helvetica,"Arial Unicode MS",Arial,sansserif;
		text-align:Left; 
	}
} 

H1, H2, H3, H4, H5 { 
	font-family:"Gill Sans",Corbel,Calabri,Helvetica,Arial,sansserif; 
}
H1 { 
	font-size:xx-large; font-weight:Bold; 
}
H2 { 
	font-size:x-large;  font-weight:Bold; 
}
H3 { 
	font-size:large;   font-weight:Bolder; 
}
H4 { 
	font-size:larger; 
}

ADDRESS { 
	font-size:Small; font-weight:Lighter;
	font-style:Italic; text-align:Right; 
	color:Gray; 
}
		
PRE, TT, .showcode { 
	font-family:Consolas,monospace; 
}

.showcode { 
	background:White; 
}

/* from http://www.tucows.com/css/headfoot.css */
/* frist one used to be for all a { */
a:link {
	text-decoration: none;
	padding:0; border-bottom: 1px dotted #66c; }
a:visited {
	text-decoration: none;
	padding:0; border-bottom: 1px dotted #66c; }
a:hover { background:#FFFFC0; 
	text-decoration: underline; border-bottom: 0; }
a:active { background:#FFFFC0; color:Olive; } 

/* .menu { font-family:Verdana,Arial,Helvetica,sansserif; font-size:Smaller; line-height:150%, font-weight:Bolder; color:Grey; text-decoration:None } */

.menu a { font-family:Corbel,Helvetica,Arial,sansserif; font-size:Smaller; line-height:150%; font-weight:Bolder; color:Gray; text-decoration:None; padding:0.25ex; border-bottom: none; }
.menu a:hover { font-family:Corbel,Helvetica,Arial,sansserif; font-size:Smaller; line-height:150%; font-weight:Bolder; background-color:Gray; color:White; text-decoration:None; border-bottom: 1px dotted White; }

.refs { font-size: smaller; }

.alarm { font-weight:Bolder; color:Red; } 

