
/* 2. Defaults */
body { background: #444; font: 12px/17px Arial, Helvetica, sans-serif; color: #222; }
input { font-family: Arial, Helvetica, sans-serif; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
/* 3. Hyperlinks */
a, a:visited, a:active { color: #464b7e; text-decoration: none; }
a:hover { color: #ffa200; text-decoration: underline; }
a:focus, a:hover, a:active { outline: none; }
a img { border: none; }
/* 12. ...