@charset "utf-8";
/* CSS Document */

* {outline: none;}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

h1 {font-size: 18px;}

a:link { text-decoration:none; color:#333333 }
a:visited { text-decoration:none; color:#333333; }
a:hover { text-decoration:none; color:#666666; }
a:active { text-decoration:none; color:#666666; }
a:focus { text-decoration:none; color:#666666; }




