a
{ 	
	font-size: 100%;
	color: #C00;
	text-decoration:underline;
}

a:hover
{
color: #000000;
}

.lightblue
{
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 5px;

}

.lightblue_centre
{
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;

}

.bold
{
	font-family: "Courier New", Courier, mono;
	font-size: 90%;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
	padding-left: 0px;
	padding-bottom: 5px;

}


.headline
{
	font-family: "Courier New", Courier, mono;
	font-size: 120%;
	line-height: 125%;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 5px;
}

.breakout_box
{
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	width:40%;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #1F7AB3;
	margin-left: 1em;
	margin-right: 1em;
	float:left;
}
