/*TEODESIAN.NET MAIN CSS TEMPLATE*/

body {
  background-image: url(img/sys/inverse/tsn.jpg);
  color: white;
  font-family: sans-serif;
  } 

img {
  border: 0px;
  }

a.menu:link {
  color: #00FF00;
  }

a.menu:visited {
  color: red;
  }

a.menu:active {
  color: white;
  }

a:link {
  color: #00FF00;
  text-decoration: none;
  }

a:visited {
  color: red;
  text-decoration: none;
  }

a:active {
  color: white;
  text-decoration: none;
  }

a:hover {
  color: white;
  text-decoration: underline;
  }

