/*
	Cascading Style Sheet
	
	written by Constantin Orasan
	last update: 28 March 2003
	
*/

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: black;
	background: white;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Tahoma;
	font-weight: bolder;
	color: black;
}

h1 {
	font-size: 200%;
}

td {
	font-family: Verdana, Arial, Tahoma;
	color: black;
	font-size: 11pt;
}

td.heading {
	font-weight: bolder;
	background: #ffffcc;
	text-align: center;
}

td.links {
	background: #eaeaea;
	text-align: center;
	font-size: 10pt;
}

td.selected {
	background: #eaeaea;
	text-align: center;
	font-size: 10pt;
	font-weight: bolder;
}

td.text {
	background: #eaeaea;
	text-align: left;
	font-size: 9pt;
}


td.links a {
	color: black;
}

h2 {
	font-size: 125%;
	border-rigth: solid darkred;
}

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

.intro {
	color: #3b5c72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
	
td.links a:hover {
	background: #C1C1C1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.title {
	color: #3b5c72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

p.caption {
	text-align: center;
}

pre {
	font-size: 10pt;
}
