/* cm.css *//* stylesheet for www.capnmagneto.com */body {	padding: .5em 1em;	font-family: "Times New Roman", Times, serif;	background: #333333 none; 	color: white;}div.overall {	width: 840px;	border: 4px outset #666666;	background: white;	color: black;}div.overall div.menu {	width: 75%;	border: 3px outset #CCCCCC;	margin: .5em 15% .5em 15%;	padding: 0.3em;	color: black;	text-align: center;}td.text {	padding: 1em;	padding-top: 0;	background: white;	color: black;}td.links {	font-family: Helvetica, Geneva, Arial,  SunSans-Regular, sans-serif;	padding: .5em;	padding-top: 1em;	margin: 1em;	color: #113311;	text-align: top;}.bgYellow {	background: #FFFF80 none;}.bgGray {	background: #CCCCCC none;}.sanserif {	font-family: Helvetica, Geneva, Arial,  SunSans-Regular, sans-serif;}.serif {	font-family: "Times New Roman", Times, serif;}.w200 {	width: 200px;}.w640 {	width: 640px;}.leftBorder {	border-left: 1px  solid black;}.rightBorder {	border-right: 1px  solid black;}.topBorder {	border-top: 1px  solid black;}.bottomBorder {	border-bottom: 1px  solid black;}.boxit {	border: 1px  solid black;	background: white none;}td.links h1 {	color: red;	font-size: 18pt;}td.links h3 {	color: red;}