/* 
	Colors from catalog:
	
	Orange: #fd692d
	Blue: #3958a6
	better orange: #FF6600
*/

body {
	font-family: Courier, Mono;
	font-size: 12px;
	line-height: 17px;
	color: blue;
	margin: 0px 0px 0px 0px;
	}

/* #menu {
	padding: 15px 15px 15px 30px;
	} */
	
a:link {
	color: blue;
	/* color: #3958a6; */
	text-decoration: none;
	border-bottom: 1px dotted #000;
	/* border-bottom: 1px solid #fd692d; */
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	/* background-color: yellow; */
	background-color: #FF6600;
	}

a:visited {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted #0000FF;
	/* text-decoration: line-through; */
	 /* text-decoration: underline; */
	}

a:active {
	/* color: #cc0066; */
	color: black;
	text-decoration: none;
	}

a img {
	border: 0;
	border-bottom: 0px;
	text-decoration: none;
	background-color: transparent;
	color: transparent;
	}
	
a.imgLink {
	border: 0;
	border-bottom: 0px;
	text-decoration: none;
	background-color: transparent;
	color: transparent;
}
	
a.imgLink:hover { 
	background-color: transparent;
}

a.imgLink:visited {
	border-bottom: 0px;
	color: transparent;
}	
	
.logo_iCI {
	position: fixed;
	bottom: 20px;
	left: 20px;
	}
	
.logo_ArtistsSpace {
	position: fixed;
	bottom: 20px;
	right: 20px;
	}	
	
.title {
	}




#paragraphOfLove {
	margin: 17px 17px 12px 18px; 
	width: 620px; 
	float: left;
	font-family: Times, Serif;
	font-size: 16px;
	line-height: 19px;
	z-index: 1;
	color: #000;
	}


#paragraphOfLove a:link {
	color: blue;
	/* color: #3958a6; */
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-size: 14px;
	line-height: 19px;
	font-family: Helevtica, Arial, Sans;
	/* border-bottom: 1px solid #fd692d; */
	}
	
#paragraphOfLove a:hover {
	font-family: Helevtica, Arial, Sans;
		font-size: 14px;
	line-height: 19px;
	color: #000;
	text-decoration: none;
	/* background-color: yellow; */
	background-color: #FF6600;
	}

#paragraphOfLove a:visited {
	color: blue;
	border-bottom: 1px dotted #0000FF;
		font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	font-family: Helevtica, Arial, Sans;
	/* text-decoration: line-through; */
	 /* text-decoration: underline; */
	}

#paragraphOfLove a:active {
	/* color: #cc0066; */
	color: black;
	text-decoration: none;
	}








#happyWormholing {
	color: black;
	font-family: Courier, Mono;
	font-size: 11px;
	line-height: 13px;
	background-color: #FFFFFF;
	width: 290px; 
	padding: 6px 6px 6px 9px;
	position: fixed;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 10;
	}	
	
#secondStop {
	color: black;
	font-family: Courier, Mono;
	font-size: 11px;
	line-height: 13px;
	background-color: #F9F9F9;
	width: 295px; 
	padding: 6px 6px 6px 9px;
	position: fixed;
	right: 6px;
	top: 6px;
	float: right;
	z-index: 9;
	}	
	
#thirdStop {
	color: black;
	font-family: Courier, Mono;
	font-size: 11px;
	line-height: 13px;
	background-color: #F0F0F0;
	width: 295px; 
	padding: 6px 6px 6px 9px;
	position: fixed;
	right: 12px;
	top: 12px;
	float: right;
	z-index: 8;
	}	

#fourthStop {
	color: black;
	font-family: Courier, Mono;
	font-size: 11px;
	line-height: 13px;
	background-color: #EAEAEA;
	width: 295px; 
	padding: 6px 6px 6px 9px;
	position: fixed;
	right: 18px;
	top: 18px;
	float: right;
	z-index: 7;
	}	
	
#fifthStop {
	color: black;
	font-family: Courier, Mono;
	font-size: 11px;
	line-height: 13px;
	background-color: #E2E2E2;
	width: 295px; 
	padding: 6px 6px 6px 9px;
	position: fixed;
	right: 24px;
	top: 24px;
	float: right;
	z-index: 6;
	}	
		
	
#sneakySignOff {
	font-family: Arial, Sans;
	font-Size: 11px;
	line-height: 18px;
	color: black;
	width: 100%;
	text-align: center;
	}
	
option.red {
	font-family: Arial, Helvetica, sans;
	background-color: orange; 
	font-size: 12px; 
	color: black;
	}
	
option.pink {
	background-color: blue;
	}
	
HR {
	float: left;
	border: 0;
	height: 1px;
	width: 100%;
	background: #FF6600;
	margin: 10px 0px 10px 0px;
	}