﻿a {
color:#1BAB3B;
text-decoration:none;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #FF0000;}
img.double-border {
	border: 5px solid #00FF00;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}
.frame-block {
	position: relative;
	display: block;
	height:335px;
	width: 575px;
}
.frame-block span {
	background: url(frame.png) no-repeat center top;
	height:335px;
	width: 575px;
	display: block;
	position: absolute;
}