@charset "UTF-8";
/* CSS Document */
body {background-color:#000; color:#ccc; font-family:Tahoma, Geneva, sans-serif; font-size:12px;}
.trapEmph {color:#fc0;}
.container {width:850px; margin:auto;}
.main {width:700px; float:left;}
.nav {width:150px; float:right; text-align:right; line-height:20px;}
a:link, a:visited, a:active {text-decoration: none; border-bottom:1px dotted #fc0; color: #ccc;}
a:hover {text-decoration: none; color:#fc0;}
