body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #330033;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #669999;
	}
ul {
	list-style: square;
	}
a {
	color: #99CCCC; 
	text-decoration: underline;
	background-color: transparent;
	}
a:hover {
	color: #FFCCFF; 
	text-decoration: none; 
	background-color: #9999CC;
	}
/* there is no big wrapper div on this page - just two containers */
#linkscontainer {  /* left side */ 
	float: left;
	background-color: #99CCCC;
	color: #000000;
	width: 130px;
	padding: 25px 5px 5px 10px;
	margin: 10px 0 0 20px;
	}
#linkscontainer p { 
	font-size: 11px;
	}
#linkscontainer h2 {
	font-family: "Century Schoolbook", palatino, georgia, serif;
	color: #003333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#linkscontainer a {
	color: #990099; 
	text-decoration: none;
	background-color: transparent;
	}
#linkscontainer a:hover {
	color: #FFCCFF; 
	text-decoration: none; 
	background-color: #669999;
	}
#bigcontainer {  /* right side */ 
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	width: 500px;
	padding: 20px;
	border: 2px solid #99CCCC;
	margin:  10px 0 20px 10px;
	}
#bigcontainer h1 {
	font-family: "Century Schoolbook", palatino, georgia, serif;
	color: #006666;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
#bigcontainer a {
	color: #990099; 
	text-decoration: none;
	background-color: transparent;
	}
#bigcontainer a:hover {
	color: #990099; 
	text-decoration: none; 
	background-color: #99CCCC;
	}
#refentries p {
	font-size: 11px;
	}
#refentries blockquote {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	}
#byline p {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#about-this {
	font-size: 12px;
	line-height: 20px;
	border-top: 2px dashed #99CCCC;
	border-bottom: 2px dashed #99CCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#footer {
	font-size: 12px;
	line-height: 20px;
	border-top: 2px dashed #99CCCC;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.cktk {
	color: #FF0000;
	}
