h1 {
  color: lightblue;
font-family: tahoma}

body {
  color: white;
  background-image: url("../../sadhost.neocities.org/images/tiles/fence.gif");
  font-family: serif ;
}
.btn {
  padding: 10px;
  color: white;
  background-color: red;
}
.btn-1 { padding: 10px;
  color: white;
  background-color: red;
  font-family: comic;}
/*unvisited link*/
a:link {
  color: red;
}
/*visited link*/
a:visited {
  color: red;
}
/*hoverlink*/
a:hover {
  color: yellow;
}
.columns {
  column-count: 2;
}
.floatRight{float:right;margin-left:20px
} 
table{
  width: 400px;
  
}
th{
  text-align: left;
}
table, th, td {
  border: 6px outset darkblue;
  border-collapse: collapse;
  
}
th, td {
  padding: 10px;
  
}