


/* 2. Link styles */
/* 2.1 General-purpose link styles */

/* Links without any classes on them will be blue, or grey if visited,
	and purple if active or under the mouse cursor */
a:link { color: #666699; }
a:visited { color: #996666; }
a:hover { color: #666699; }
a:active { color: #666699; }

/* No borders on images by default */
img { border-style: none; }

