
html {
	overflow-x: visible;
}

body {
    margin: 0px;
    padding: 0px;
    background-image: url(/_img/bg-frame.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-color: #F2EFE5;
    font: 10px/17px Georgia, Times, "Times New Roman", Arial;
    color: #4F4F4D;
}

b, strong {
	font-weight: bold;
}

a {
	color: #1A952B;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    background-color: #1A952B;
    text-decoration: none;
}