body {
	color : #FFFFFF;
	background-color : #0c9c07;
}
a:link {
          color : #FFFFFF;
          text-decoration : none;
      }
    a:visited {
          color : #FFFFFF;
          text-decoration : none;
      }
    a:hover {
          color : #ffffff;
          text-decoration : underline;
}