/* Colours */
body {background-color: #f3f3f3;}
body, a {color: #999999;}
a:hover {color: #333333; cursor: pointer;}
em {color: #333333;}
em a { color: #666; }
em.background {color: #BBB;}

/* Font */
body, input  {font-family: Andale Mono, "Courier new", Futura LT, sans-serif ; line-height: 1.3;}
ul li, p, em { font-size: 16px; font-style: normal; letter-spacing: -0.01em; }
h1, h2 { font-size: 16px; font-weight: normal; }
a { text-decoration: none; }
selected a {color: #999; }

/* Layout */



div#logo_circle {display: block; background:#000; border-radius:50%; width:36px; height:36px; margin: 5px 0 10px 0;}
div#logo_circle .logo_P {font-family: Futura LT; font-size: 20px; font-weight: 300; font-stretch: ultra-condensed; color: #fff; position: relative; left: 5px; top: 5px; }
div#logo_circle .logo_N {font-family: Futura LT; font-size: 15.5px; font-weight: 300; font-stretch: ultra-condensed; color: #fff; position: relative; left: 2.5px; top: 3.5px; }
.logo_name {font-size: 30px; font-weight: lighter; position: relative; left: 9px; }

