/**********************************************************************************
*
*  This style sheet is used specifically for the about me page.
*
**********************************************************************************/

em
{
	color: #7F1505;
	font-weight: bold;
}

strong
{
	color: #7F1505;	
}


img#line
{
	position: relative;
	top: -6px;
}



.intro_text_small
{
	position: relative;
	left: 5px;
	font-size: 10px;
	width: 550px;
}


