/* kcc css */ body { font-size: 10pt; font-family: 'comic sans ms', verdana, arial, 
helvetica, sans-serif; width: 700px; background: #C5E2C5; color: #003399; margin: 
2em; /* maybe - or head for a coloured background with the paper on it */ } a:active 
{ color: red; } a:link { color: blue; } a:visited { color: purple; } a:hover { 
background-color: yellow; text-decoration: underline; } h1 {font-size: large; 
font-weight: normal;; font-variant: small-caps} h2 {font-size: 14px; font-weight: normal; margin: 0.5em;; font-family: "Comic Sans MS"} h3 
{font-weight: normal; margin: 0.5em;; font-size: 14px; font-family: "Comic Sans MS"} h4 {font-weight: bold; margin: 0.5em;} hr 
{width: 15%; text-align: center;} sup {font-size: x-small;} p {margin: 0.5em;} 
/* classes */ .tiny {font-size: xx-small;} .nav {background: #c7cdff; text-align: 
center; } .blogdate {font-size: xx-small; font-weight: bold; margin: 0.5em; } 
.bold {font-weight: bold;} .center {text-align: center;} .highlight {background-color: 
yellow;} table {  font-family: "Comic Sans MS"; font-size: 11px; font-style: normal}
