/* ------ linkside_style.css --- */

BODY {
 font-size:12pt;
 font-weight: normal; color:black;
 font-family: "Verdana", "Arial", "Trebuchet";
 background-color: white;
}

table {
  width:800px;
  }

table,tr,td {
  border: 1px solid black;
  border-collapse: collapse;
  }

th {
  border: 1px solid black;
  background-color: lightgreen;
  height:40px;
  border-collapse: collapse;
  }

tr.gul {
  background-color:yellow;
}

tr.lightgreen {
  background-color:lightgreen;
}

tr.center {
  text-align:center; 
  background-color:lightgreen;
}

 td {
  height: 40px;
  text-align:left;
  padding: 0px;
 }

a:link {
  text-decoration: none;
  color: black;
  background-color: white;
  }

a:visited {
  text-decoration: none;
  color: black;
  background-color: white;
  }

a:hover {
  text-decoration: none;
  color: black;
  background-color: orange;
  }

a:active {
  text-decoration: none;
  color: black;orange
  background-color: red;
  }

/* ------------------------ */

.main {
  display:block;
  padding: 0px;
  margin: 0px; 
  background-color: white;
  width:800px;
  height:790px;
  position:absolute;
  top: 0px;
  left: 300px; 
  border:0px solid red;
}

/* ------------------------ 
