/*
Design by FedeSib
http://www.ditos.it
Released for free under a Creative Commons Attribution 2.5 License
*/

/*Body*/

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

#logo img{
	display: block;
}

#news h2 {
    border-bottom: medium solid #cccccc;
}

#logo h1 {
	display: block;
}
	
#cfooter p{
	display: block;
}

#slidetabsmenu{
	border-bottom: medium solid #cccccc;
}

.credits{
    text-align: right;
    border-bottom: solid medium #cccccc;
}
