body {
 font-family: Arial, sans-serif;
 color: #5d6061;
 background-image: url(../../blogs/skins/custom/img/bg.jpg);
 background-repeat: repeat;
 background-color: #cadde9;
}
h3 {
 color: #f8c3a0;
 background: #807462;
 text-align: center;
}
img {
 background: silver;
 border: solid black 1px;
}
p {
 line-height: 62px;
 background-color: #f8c3a0;
 margin: 4px 2px 4px 2px;
}
td {
 border: solid #f8c3a0 4px;
}
a {
 text-decoration: none;
 color: #5d6061;
}
a:visit {
 text-decoration: line-through;
 color: #ed6061;
}
a:hover {
 text-decoration: none;
 color: #000000;
}