/* Steven Spooner's Website*//* Website and Associated code copyright 2008, David Gnojek*//* http://www.designojek.com *//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//*What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */#content p, td {	font-family: Georgia, Garamond, Times, serif;	font-size: 0.8em;	color: #bbb;	margin: 0px;	line-height: 20px;	}		blockquote {	font-family: Georgia, Garamond, Times, serif;	font-size: 0.8em;	color: #bbb;	line-height: 20px;	}	#content li {	font-size: 0.9em;	}	.clear{	clear: both;	}	img {	border: none;	}		h1 {	font-family: Georgia, Garamond, Times, serif;	color: #480000;	font-size: 1.4em;	}	h2 {	font-family: Georgia, Garamond, Times, serif;	color: #dc0202;	text-align: center;	font-size: 1.2em;	/*font-variant: small-caps;*/	}h3 {	font-family: Georgia, Garamond, Times, serif;	color: #dc0202;	/*font-variant: small-caps;*/	}	.left {	text-align: left;	}	.leftFooter {	text-align: left;	float: left;	margin: 8px 0px 0px 20px;	}	.rightFooter {	text-align: right;	margin: 8px 20px 0px 0px;	}	.center {	text-align: center;	}.right {	text-align: right;	}#content td {	text-align: center;	}	.height30 {	height: 30px;	}	.width80 {	width: 80px;	}	.width30 {	width: 30px;	}	.border {	border: 1px solid #777;	padding: 5px;	}	.red {	color: #dc0202;	}