/* StyleSheet for jeger.computerscience.ch
 * Author: Olivier Jeger
 */

body {
	font-family: Arial,Helvetica,Helv,sans-serif;
	background-color: #DEEFF4;
	padding-left: 10px;
	font-size: 100%
}

h1 {
	color: #000099;
/*	text-decoration: underline;*/
	font-size: 140%;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

td {
	padding: 0px;
	border-width: 0px;
}

p { 
	font-size: 100%;
	font-weight: bold;
	color: #0D13AD;
}

p.bigSpaced {
	line-height: 140%;
}

p.smallSpaced {
	line-height: 120%;
}

td {
	font-family: Arial,Helvetica,Helv,sans-serif;
}

a {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
}

a.small {
	font-size: 80%;
}

a:visited {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
	color: #6B7EFF;
}

a:hover {
	text-decoration: underline;
	font-family: Arial,Helvetica,Helv,sans-serif;
}

a:link {
	font-family: Arial,Helvetica,Helv,sans-serif;
	color: #0D13AD;
}

a:active {
	font-family: Arial,Helvetica,Helv,sans-serif;
	color: #3C48D6;
}
