/*
Theme Name: CSC
Theme URI: http://wordpress.org/
Description: Modified default WordPress theme based on Kubrick.
Version: 1.0
Author: Rick Kenna
Author URI: http://www.kennacreativewebservices.com/
Tags: purple, white, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */

  .NAVbroll { text-decoration: none; color:white }
  a.NAVbroll:hover {  text-decoration: none; color:silver }
  .FTRbroll { text-decoration: underline; color:#6E358C; }
  a.FTRbroll:hover {  text-decoration: underline; color:#CC00FF; }


/*  OLD  #CC00FF  */
a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* a:visited { 	color: #06c; 	text-decoration: none; 	} */

/* EOF */