@charset "UTF-8";
/* CSS Document */


a {
	text-decoration:none;
}

#defcon5 {
	color:#990000;
}
#defcon4 {
	color:#cc0000;
}
#defcon3 {
	color:#ff0000;
}
#defcon2 {
	color:#ff3333;
}
#defcon1 {
	color:#ff3300;
}

#defcon0 {
	color:#ff6633;
}


#advice_content {
	position: relative; 
	background:#ffffff;
	width: 980px; 
	padding: 5px 10px 10px 20px;
	margin: 0 auto; 
	margin-top: 20px;
	color:#000;
}
#advice_content h2 {
	font-size:3em;
	line-height:.5em;
	}

#advice_content h3 {
	font-size:2.5em;
	line-height:.5em;
	color:#03C;
}

#advice_content h2 a {
	border:inset 5px; 
}

#advice_content p {
	line-height:1.25em;
}


