@import "flavors/default/spgm_style.css";

body {
  background-image: url(../images/bg.jpg);
  background-color: #646364;
  background-repeat: repeat-x;
  color: #ffffff;
  font-family: Tahoma, verdana, arial, "sans-serif";
  text-align: center;
}

body a:link {
		color: #ffffff;
		font-weight: bold;
}

body a:visited {
		color: #b1a7a5;
		font-weight: bold;
}

h1 {
  font-size: 10pt;
}

