/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 1px #c0c dotted;
}

a.xtrig:link {
	color: #06559B;
	text-decoration: none;
}
a.xtrig:visited {
	color: #06559B;
	text-decoration: none;
}
a.xtrig:active {
	color: #000000;
	text-decoration: none;
}
a.xtrig:hover {
	color: #06559B;
	text-decoration: none;
}
