/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
  background-color:#999999;
  background-image:url(/inc/images/bg.jpg);
}
.white {
  text-decoration:none;
  color: #FFFFFF;
}
.white:hover {
  text-decoration:underline;
  color:#FFFFFF;
}
.whitenav {
 text-decoration:none;
 color:#FFFFFF;
}
.whitenav a:link, .whitenav a:visited, .whitenav a:active {
  text-decoration:none;
  color:#FFFFFF;
}
.whitenav a:hover {
  text-decoration:underline;
}
