body{
	text-align:center;
}
.toleft{
	text-align:left;
}
ol,ul{
	display:inline-block;
	text-align:left;
	margin-top:0;
}

a:hover{
	color:red;
}
	
a.redbox {
}
a.redbox:link {
  background-color: #f44336;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.redbox:visited {
  background-color: #f44336;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.redbox:hover {
  background-color: blue;
}
a.redbox:active {
  background-color: green;
}

.owner{
  font-family: courier;
  font-size: 60%;
}