@import "../styles.css";

/*********************************
 *********************************
 * P5 LIBRARY STYLES
 *********************************
 *********************************/


/*********************************
 * HEADER
 *********************************/

#headerBlock {
	position: relative;
	top: 10px;
	text-align: right;
}

a.titleLink {
	color: #cc3300;  
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
}

