body, div, p, li, td, span, h1, h4, h5, h6 {color:#111111; font-family:Verdana; font-size:13px; text-align:justify; line-height:150%;}
h1 {color:#111111; font-family:Verdana; font-size:35px; font-weight:bold; text-align:center; margin:0px;}
h2 {color:#111111; font-family:Verdana; font-size:30px; font-weight:bold; text-align:center; margin:0px;}
h3 {color:#111111; font-family:Verdana; font-size:19px; font-weight:bold; text-align:center; margin:0px;}
a {color: #3a00ff; text-decoration: underline; font-weight:normal;}
a:hover {color: #3a00ff; text-decoration: none;}
a.link {font-size:20px;}
a.link2 {font-size:20px; color:#770000;}
a.shop {color:#ff7101;}
a.shop:hover {text-decoration:none;}

img {border-color:#000000;}
table {text-align:left;}

a.button5 {
  display: inline-block;
  border-radius: 4px;
  background-color: #660000;
  border: none;
  padding: 8px;
  width: 350px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  line-height: 25px;
}

a.button5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

a.button5 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

a.button5:hover span {
  padding-right: 25px;
}

a.button5:hover span:after {
  opacity: 1;
  right: 0;
}