/* Inser all your custom style in this sheet */
/*************
Please dont touch the original CSS files because they were lost if youre updating the theme 
********************/

/* unvisited link */
a:link {
  color: blue;
text-decoration: underline;
}

/* visited link */
a:visited {
  color: purple;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: blue;
  backgrount-color: lightblue;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
  backgrount-color: lightblue;
  text-decoration: underline;
}