/* style sheet for watsonadventures */
/* meant to control text links and colors */


pre {
	font-family: monospace;
	}
	
h1, h2, h3, h4, h5 {
	font-family: serif;
	}
	
/* the actual link styles */

A:link {
	color: #06C;
	text-decoration: none;
	}

A:visited {color: #792222;
	text-decoration: none;
	}

A:active {color: #06C;
	text-decoration: none;
	}

A:hover {color:#06C; 
	text-decoration: underline;
	}

/* ---- Sidebar Styles -- */
ul.sidebar
	{
	font-size:small;
	list-style-type:none;
	float:left;
    padding: 0px 10px 20px 100px;
	margin-top:5%;
	margin-left:55px;
	width: 124px;
	/*position:fixed;*/
	width: 150px;          /* LC width */
	/*padding: 0 10px;       /* LC padding */
    /*right: 240px;          /* LC fullwidth + CC padding */
    /*margin-left: -2%;*/
} 



/* ---- pay pal cancellation policy -- */

.small {
	font-family:verdana, sans-serif;
	font-size: 9px;
	color: #4D4D4D;
	background-color: transparent;
	vertical-align: middle;
}
.pictureframe {
	height: auto;
	width: auto;
	padding: 5px;
	overflow: inherit;
	border: 2px solid #000000;
	vertical-align: top;
	visibility: visible;
}
.image:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.image:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.image:active {color: #FFFFFF;
	text-decoration: none;
	}

.image:hover {color:#FFFFFF; 
	text-decoration: underline;
	}
