/************************************************
author: RGB Lab
url: www.rgblab.net
email: info@rgblab.net
file name: style.css
file description: external definition of html styles
************************************************/
body,td,th {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
.link {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #ff00ff;
font-weight: bold;
}
.link:visited {
color: #ff00ff;
}
.link:hover {
color: #000000;
}
.link:active {
color: #ff00ff;
}
.title {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
color: #999999;
background-image: url(pix/pink.jpg);
background-position: left top;
background-repeat: no-repeat;
padding: 25px;
}
.item {
font-size: 12px;
color: #000000;
background-position: left top;
background-repeat: no-repeat;
padding: 0px 25px 25px 25px;
}
.latest_title {
font-size: 20px;
font-weight: bold;
color: #999999;
padding-left: 51px;
}
.button {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ff00ff;
width: 75px;
}
.thumb {
border: 1px solid #ff00ff;
}
a.thumb_link .thumb {
border: 1px solid #ff00ff;
text-decoration: none;
display: block;
}
a.thumb_link:hover .thumb {
border-color: #000000;
}