BODY { display: block !important; /* master rule to not hide the body from the editor */ }

/*Getting form cache*/

a:visited {
		color: #d4ad11;
		text-decoration: none;
}

a:active {
		color: #d4ad11;
		text-decoration: none;
}

body {
		background-color: #ffffff;
		background-attachment: fixed;
}

a {
		color: #d4ad11;
		text-decoration: none;
}

a:hover {
		color: #191919;
		text-decoration: none;
}
