/* StyleSheet for jeger.computerscience.ch
 * Author: Olivier Jeger
 */

body {
	font-family: Arial,Helvetica,Helv,sans-serif;
	background-color: #FFFFFF;
	font-size: 85%;
}

h1 {
	color: #000099;
	text-decoration: underline;
	font-size: 120%;
}

h2 {
	color: #000099;
	text-decoration: underline;
	font-size: 102%;
}

h3 {
	color: #000099;
	text-decoration: underline;
	font-size: 94%;
}

table {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}

th,td {
	font-family: Arial,Helvetica,Helv,sans-serif;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

table.blind {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

td.blind {
	border-color: black;
	padding: 0px;
	border-width: 0px;
}

p { 
	font-family: Arial,Helvetica,Helv,sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #0D13AD;
}

ul, li, p.txt {
	text-align: justify;
	font-weight: normal;
	color: black;
}

p.bigSpaced {
	line-height: 140%;
}

p.smallSpaced {
	line-height: 120%;
}

table.Testate {
	background: white;
	border-color: black;
}

tr.Testate {
	background: #deeff4;
}

td.name, td.x, th.name, th.U {
	border-color: black;
	border-width: 1px;
	text-align: left;
	padding: 4px;
}

th.U {
	text-align: center;
}

td.x {
	text-align: center;
}

a {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
}

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;
}