a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 100px; /* width of reactive image */
     height: 100px; /* height of reactive image */
     background-image: url(schots.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(schots1.gif); /* source for target image */
     } 

a.blue:link {color: #0000ff; background: #ffffff; font-weight: normal;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: normal;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: normal;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

a.red:link {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:active {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: normal;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: italic;}
-->
a.box:link {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.box:active {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.box:visited {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.box:hover {color: #000; background: #ffffff; border:solid 1px #000;text-decoration:none;}

a.boxcolor:link {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.boxcolor:active {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.boxcolor:visited {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.boxcolor:hover {color: #fff; background: #c5c5c5; border:solid 1px #000;text-decoration:none;}

a.overdreven:link {	border:solid 1px #000;font-size:84pt;color: #ff0000; background: yellow; font-style: normal;text-decoration:none;}
a.overdreven:active {color: #ff0000; background: #ffffff; font-style: normal;text-decoration:none;}
a.overdreven:visited {border:solid 1px #000;font-size:84pt;color: #ff0000; background: yellow; font-style: normal;text-decoration:none;}
a.overdreven:hover {font-size: 84pt;color: #fff; background: red; border:solid 1px #000;text-decoration:none;}