@charset "utf-8";

a{
	font-style:normal;
	text-decoration:none;
	border:none;
}

br{
	text-indent:50px;
}

a:hover {
	text-decoration: none; 
	color:#F00;
	font-weight:italic;
	}
	
a:active {
	color: #F00;
	text-decoration: none;
	}

a:visited {
	color: #F00;
	text-decoration: none;
	}

/* ==============Typography===================*/ 


/*
p:first-letter{
	color:#03F;
	font-size:400%;
}
*/
.firstletter {
	display:block;
	float:left;     
	margin: -.5em 0 0 ;     
	height: -4em;
	width: 175px;
	color:#000;   
	}   

.firstletter span {
	font-size:14px;     
	line-height:6em;
	padding:10px;
	}   
	
.firstletter + span{
	
	margin-left  : 2em;   
	}
