/*CSS DOCUMENT*/

td,a {  	
	font-family: Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: light; 
	color: #000000; 
	text-decoration: none;
	}
.dotted {
	border-bottom:1px dotted #999999;
	}
.large {
	padding-left: 8px;
	}
a.roll:hover { 
	font-family: Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: light; 
	color: #890C08; 
	text-decoration: none; 
	}
.text {  	
	font-family: Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: light; 
	color: #000000; 
	text-decoration: none;
	text-align: justify;
	border-bottom:1px dotted #999999;
	}

#necklace {
	position: fixed;
	top: 0px;
	right: 8 px;
	z-index:5;
	}