﻿button,audio {
border-radius: 25px;
transition-duration: 1.0s;
}
*{word-wrap: break-word;}
.ram,img{
  border: 6px solid #0ff;
  border-radius: 32px;
}
button:hover,audio:hover {
  background-color: #123456; 
  color: #FFDDAA;
  border-radius:50px;
}
html {
	text-align:center;
}
.pigborder{border-style: dotted dashed solid double;border-color: #ff0000 #00ff00 #0000ff;border-width: 15px;border-radius: 45px;}
.pixel{-ms-interpolation-mode: nearest-neighbor;image-rendering: -webkit-optimize-contrast;image-rendering: -moz-crisp-edges;image-rendering: -o-pixelated;image-rendering: pixelated;}

.home a:visited{color:navy !important;}
table{max-width:100% !important;}

audio {
    filter: sepia(100%) saturate(70%) contrast(99%) invert(12%);
    width: 200px;
    height: 25px;
	background-image: radial-gradient(tan, #543);
}
