/*ScorecardCssFile*/
body {
  background-color:blue;
}
body:hover {
 background-color:green; 
}