:noBorder {
  border-width: 4
  border-color:blue
  link-color:blue
  color:red
}

/*a:link, a:visited { 
  color: white; 
  text-decoration: none; 
}*/

img {
  border:blue; !important
}
a:hover { 
  color: red; 
  text-decoration: none; 
}

ul { 
  list-style-type: none; 
} 

thead {
  background-color: navy;
  color: white;
}

tbody {
  background-color: maroon;
  color: white;
}

td.show_artists {
  width:400px;
}

tr#new {
  background-color: green;
}

td#left {
  border-left-width: 0px;
}

td#right {
  border-right-width: 0px;
}

h2 {
  font-family: Arial, Helvetica, Sans Serif; 
  font-weight: Bold; 
  font-size: large; 
}

h3 {
  font-family: Arial, Helvetica, Sans Serif; 
  font-size: small; 
}

.notice {
  color: red;
}

.alert {
  color: red;
}