﻿
body {
	font-family: Arial, Helvetica, sans-serif; background-color:#FCF1DF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link.text {
	text-decoration: none;
	color: Black;
}

a:visited.text {
	text-decoration: none;
	color: Black;
}

a:hover.text {
	text-decoration: none;
	background-color: lightgreen;
}

/* Cynghanedd stroke image */
td #stroke
{
display: inline;
padding-top: 10px;
background-image:url('images/icons/stroke.gif');
background-repeat: no-repeat;
background-position: top center; 
}

#stroke
{
display: inline;
padding-top: 10px;
background-image:url('images/icons/stroke.gif');
background-repeat: no-repeat;
background-position: top center; 
}
#start_here {
	position: absolute; left:25px; bottom:0px;
}
#click_links {
	position: absolute; left:25px; bottom:0px;
}