/*	Originally, many ideas from the SIGIR style.
	Then, I improvised, using many ideas from here and there...
	Date: 2007-01-18
	P. Vassiliadis
*/

body{

	margin-left: 25%;
	margin-right: 25%;
	font-family: georgia, serif;
	font-size: 16px;
	text-align: justify;
	color: #606060;
	line-height: 150%;
//	background:#FFFFFA;

}

h1{
	font-size:22px;
	font-weight:bold;
	color: #808080;
	margin-top: 30px;
}

h2{
	font-size:120%;
	font-weight:bold;
	font-style:normal;
}

h3{
	font-size:100%;
	font-weight:bold;
	font-style:normal;
}

em{
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}

strong{
	font-weight:bold;
//	color:#0000FF;
	color: #004276;
}

a{
	/*color: #7C6145;*/
	/*color: #0000FF;*/
	/*color: #333333; */
	color: #004276;
//	font-weight: bold;
//	text-decoration:underline; 
	text-decoration:none;

}

a:hover{
	color:#666699;
	background:#FFFFE1;
	text-decoration:underline;
}

/*
a:visited {
	color: #666699;
	}
*/