/*Main Style sheet for Showcase Mitsubishi*/

BODY { font-family: arial, helvetica, sans-serif }

A.set1:link {color: #1b1b1e}
A.set1:visited {color: #1b1b1e}
A.set1:active {text-decoration: none; color: yellow} 
A.set1:hover {text-decoration: none; color: yellow}

A.set2:link {color: #1b1b1e}
A.set2:visited {color: #1b1b1e}
A.set2:active {text-decoration: none; color: red} 
A.set2:hover {text-decoration: none; color: red}

A.set3:link {color: #1b1b1e}
A.set3:visited {color: #1b1b1e}
A.set3:active {text-decoration: none; color: red} 
A.set3:hover {text-decoration: underline; color: red}

li.red {color: red}
