/*	============================================================swtichingprotocols.com basic cssauthor: frances botsfordlast edited: 1/17/09In This CSS:================+UnReset+General+Structure============================================================ *//* +UnReset--------------------------------------------- */body {	font: 11px/15px helvetica, arial, sans-serif;	line-height: 1.5em;	}h1 {	font-size: 28px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 10px 0;	letter-spacing: -2px;	}	h2 {	font-size: 20px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 7px 0;	}	h3 {	font-size: 18px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 5px 0;	}	h4 {	font-size: 16px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 5px 0;	}	h5 {	font-size: 14px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 3px 0;	}h6 {	font-size: 12px;	line-height: 1.5em;	font-weight: bold;	margin: 0 0 3px 0;	}		p {	font-size: 12px;	line-height: 1.5em;	margin: 0 0 7px 0;	}	ul {	margin: 10px 5px;	}	ol {	margin: 10px 0;	list-style-type: decimal;	}li {	}	dl {	}dt {	}dd {	}	fieldset {	}	legend {	}	form {	}	label {	}table {	}	caption {	}	tbody {	}	thead {	}	tfoot {	}	tr {	}th {	}	td {	}	hr {	border: none;	border-top: 1px solid #ddd;	}a {	color: #558C94;	outline: none;	}a:hover {	color: #96B9BE;	}	strong {	font-weight: bold;	}em {	font-style: italic;	}abbr {	border-bottom: 1px dotted #ccc;	cursor: default;	}	/* +General--------------------------------------------- */	/* +Structure--------------------------------------------- */		#container {	width: 600px;	margin: 0 auto;	border-top: 10px solid #70A5AB;	}