/* buttons-12.3.css */
a:link {
	color:#006600;
	text-decoration: none;
}
a:visited {
	color:#006600;
	text-decoration: none;
}
a:hover {
	color: White;
	background-color: #006600;
	font-weight: bold;
	text-decoration: none;
	}
body   {
	font-family: Verdana, sans-serif;
	color: black;
	background-color: white;
	font-weight: 700;
}
h1     { color: #006600; }

/* link colors */
.nav a:link    { color: yellow; }
.nav a:visited { color: lime; }

/* link buttons */
.nav a:link, .nav a:visited
       { font: bold 12pt Verdana, sans-serif;
         padding: 0.5em; margin: 0.5em;
         display: block; text-decoration: none;
         background: url("assets/images/Web ready/button_1.gif") transparent 50% 50% no-repeat; }

/* change the button on hover and focus */
.nav a:hover, .nav a:focus
       { background-image: url(" assets/images/Web ready/button_yellow_1.gif");
         color: black; }
.nav a:visited:hover, .nav a:visited:focus
       { background-image: url(" assets/images/Web ready/button_green_1.gif");
         color: black; }
