/** Style Sheet for CompUnit web site. */

/**
 * Version 1.0 [Jan-4-2007]
 *
 *   1. Special <a> links
 *   2. 
 */


/** Global access for URL links. */
a:link,
a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}

/** All text on web site is to be, by default, in Arial. **/
html,
body {
	font-family: Arial, sans-serif;
}
