/* CSS Document */

<!-- 

.tutorials_table{
  border-spacing: 0px 0px;
  margin-bottom: 2px;
}

.tutorials_dropdown_tr{
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  background: #909090;
  text-align: left;
  color: black;
}

.tutorials_dropdown_td{
  background: #E2E7FF;
  text-align: left;
}

a.tutorials:link {
  color: grey;
  text-decoration: none;
  font-weight: bold;
}
a.tutorials:visited {
  text-decoration: none;
  color: grey;
  font-weight: bold;
}
a.tutorials:active {
  text-decoration: none;
  color: blue;
  font-weight: bold;
}
a.tutorials:hover {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
-->