/*the style sheet for the Have Yourself a Merry Little Christmas fanlisting */

body
{
	color: #000000;
	background-color: #cccc99;
	font-family: Verdana, sans-serif;
	background-image: url(kennot.jpg);
}
	
table
{
	border-color: black;
	border-width: 1px;
	margin: 10px;
	margin-left: auto; 
	margin-right: auto; }
	
td
{
	color: #000000;
	background-color: transparent;
}

p, td, h2, cite
	{ font-size: 0.8em;
	margin: 10px;
	text-align: left; }

em
{
	color: #633;
	font-weight: bolder;
}
	

ul, ol, li
 {font-size: 0.9em; }

p.info
{
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}

h2
{
	font-size: 1em;
	color: #930;
	font-family: serif;
	font-weight: bolder;
}

h3
{
	font-size: 0.9em;
	color: #000;
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	margin: 10px;
}

td.navi
{
	font-size: 0.8em;
	margin: 15px;
	font-weight: bolder;
	text-align: center;
	padding: 5px;
	border-right: black;
	border-left: black;
	border-bottom: black;
	border-width: 0 1px thin 1px;
	border-style: none solid dashed solid;
}

td.content
{
	border-right: black;
	border-bottom: black;
	border-left: black;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

/*links*/
		
a:link { color: #000099; 
	   background: transparent none; 
	   text-decoration: underline; }

a:visited { color: #660066; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #9999cc;
		 background: transparent none; 
		 text-decoration: none; }

a:hover { color: #000000;
		text-decoration: none;
		background-color: #cccc99; }
		
		
		
/*codespurting*/

.codesort li {
	display: inline;
	padding-right: 3px;
	}

.credit
{
	font-size: x-small;
	font-weight: lighter;
}
tr { text-align: left; }
