
*body {
  background: url("images/bg.gif");
}

/* set properties for headers and font sizes */
#bold,  #piccolo,  #pippo,  #grande,  #xlarge,  #xxlarge,  #headline,  #header {
	margin: 2px 0 2px 5px;
	padding: 5px 0 0;
	font-family: Verdana, Helvetica;
	clear: left;
	}
#bold {
	font-size: 10px;
	}
#piccolo {
	font-size: 11px;
	}
#pippo {
	font-size: 14px
	font-family: Comic Sans MS;
	}
#grande {
	font-size: 12px;
	}
#xlarge {
	font-size: 15px;
	font-family: Comic Sans MS;
	}
#bauhaus {
	font-size: 16px;
	color: #C4BEBE;
	font-family: "Bauhaus 93";
	}
#xxlarge {
	font-size: 20px;
	font-family: Comic Sans MS;
	}
#headline {
	font-size: 18px;
      color: #C4BEBE;
	font-family: Comic Sans MS;
	}
#header {
	font-size: 24px;
      color: #C4BEBE;
	}
#header2 {
	font-size: 24px;
      font-family: Comic Sans MS;
	}
#bigheader {
	font-size: 40px;
	font-family: Comic Sans MS;
	}


/* set properties for links*/
 a:visited, a:active {
	color:#000000;
      font-size: 15px;
	text-decoration: none;
      font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
 a:link {
	text-decoration: none;
      font-size: 15px;
	color: #000000;
      font-family: Arial black, Helvetica, Tahoma, sans-serif;
	}
 a:hover {
	text-decoration: none;
      font-size: 15px;
	color: #736E6E;
      font-family: Arial, Helvetica, Tahoma, sans-serif;
	}

/* set properties menu-bar links*/

 .menu-bar a:link, .menu-bar a:visited{
	color: #736E6E;
	font-size: 16px;
	font-family: Comic Sans MS;
	}
 .menu-bar a:hover, .menu-bar a:active  {
	color: #000000;
	font-size: 16px;
	font-family: Comic Sans MS;
	}

/* set properties left-bar links*/

 .left-bar a:link, .left-bar a:visited, .left-bar a:active {
	color: #000080;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
 .left-bar a:hover {
	color: #736E6E;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}

/* set properties sub-bar links*/
 .sub-bar a:link, .sub-bar a:visited, .sub-bar a:active {
	color: #C4BEBE;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
 .sub-bar a:hover {
	color: #736E6E;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}

/* set properties drop-down menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #C4BEBE;
	color: #2875DE;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #FFFFFF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #C4BEBE;
		color: #FFF}

