/*--------------------------------------------------------------------------------
Selected Tab
--------------------------------------------------------------------------------*/
#link-06 a:link,
#link-06 a:visited,
#link-06 a:hover,
#link-06 a:active{
	background-color: #99CCFF;
	color: #27458E;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Changes to existing tags
--------------------------------------------------------------------------------*/
#unique-content-text h3{
	margin-bottom: 2em;
}
#unique-content-text{
	font-size: 16px;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
Content
--------------------------------------------------------------------------------*/
#primary-content h4{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#primary-content ol{
	list-style-type: decimal;
}
