/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #22464f; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #footer, #footer a
  { color: white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #22464f; }

/*** Background Color (darker): ***/
  #header, #footer
  { 
  	background-color: blue;
	background-image: "http://acer345/~giacomel/lequerciole/image/sfondo.gif";
  }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .sideBarTitle
  { background-color: #f7dfbb; }


/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { color: #cc8e43; }

.menuBar a:hover
{ 
	text-decoration: underline;
}

body { background-color: #d3b889; }

#bodyText .boxedDark { color: black; }

#footer {background-color:  black; }

a { border-color: white; }

.subFooter a:hover { border-color: #abc3ac; }

