@import "flavors/default/spgm_style.css";

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

h1 {
  font-size: 18pt;
}

a.link_path{
	color:		#EEEEFF;
	font-size: 10;
}
a.link_path:hover 
{
	text-decoration:underline;
}