/* Filename: sd64.css */
/* Copyright © 2007 Suncoast Diecasters */

A {
	background: White;
	color: Blue;
	text-decoration: none;
}
/* Forces links to be blue with a white */
/* background, with no underline */

A:hover {
	background: #FFA500;
	color: White;
	text-decoration: none;
}
/* Forces links to be white with an orange */
/* background, with no underline, when the */
/* mouse hovers over it */