/*
-----------------------------------------------
cameronmoll.com Style Sheet
author:   Cameron Moll
version:  2004.01
----------------------------------------------- */
@import url("ckm.css");
@import url("old.css");
body {
	margin: 0 0 20px 40px;
	padding: 0;
	}

/* Generic Rules
----------------------------------------------- */
a img {
	border-width: 0; 
	border-style: none; 
	color: #fff;
	}
a:link,a:active {
	color: #b30000;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	}	
a:hover {
	background: #e0e0e0;
	}
a.ul:link,a.ul:active,a.ul:visited {
	padding: 1px;
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	}
a.ul:hover {
	color: #fff;
	background: #666;
	}
	
a.quote:link,a.quote:active,a.quote:visited {
	color: #0175ba; 
	text-decoration: none;
	border-bottom: 1px dotted #0175ba;
	}
a.quote:hover {color: #01a7ff; border-bottom: 1px dotted #01a7ff;}	