@charset "utf-8";
/* CSS Document */

body{
	color:white;
	background:#000 url(bkg.jpg) top right no-repeat;
}

a, h2, h3,  div.box div.titolo, #menu ul, #menu ul li a{
	color:#CCFF00;
}

.box {
	border:5px solid #0c1b2d;
	
}



#dropmenudiv a:hover, ul.ddmenu ul li a:hover{ /*hover background color*/
color:#032934;
}

.boxCat .selected {
	background:#ccff00;
}
