
a:active, a:link, a:visited{
 color: #8f00bf;
 text-decoration: none;
 }

a:hover{
 color: #8fbf00;
 text-decoration: none;
 }

body{
 color: #3f3f3f;
 font-family: Georgia, Times New Roman, Times, serif;
 }
