/* PC's 'N More's Computer Care - links.css */
/* Cascading Style Sheet for links.htm page */
/* Author: John Overall */
/* Date: 03/17/2006 - All Rights Reserved */
#depts li {margin: 5 0 5 0}
#depts a {color: green; text-decoration: none; padding: 2px}
#depts a:link {color: green}
#depts a:visited {color: purple}
#depts a:hover {border: 2px outset red; color: yellow; background-color: green}


