/*	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-family: Bookman Old Style;

//	font-size: 16px;
	font-size: small;
	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;
	text-align: right;
}

h3{
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	color:#800000;

}

em{
	font-weight: bold;
//	color: #FF0000;
	color:#800000;
	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;
}




h1 {
  color: #333399;
  font-weight: bold;
}

h2 {
  color: #333399;
  font-weight: bold;
}
h3 {
  color: #333399;
}
a:hover {
  background: #ccccff none repeat scroll 0% 50%;
  text-decoration: none;
  color: #330099;
  font-weight: bolder;
}
address {
  text-decoration: none;
  color: #6633ff;
  font-weight: bold;
}
a {
  color: #6633ff;
  font-weight: bold;
  text-decoration: none;
}