/*
 * Style sheet for the CSS2 specification
 * $Id: hi-tech.css,PurpleBlue, Version 3.00, 2009-11-03
 * © 2008 MUTŌ Tomoyuki All Rights Reserved.
 */

/* Import */

@import url(/skins/hi-tech_core);

/* Body */

body {
 background-color: #3a3c42;
}

#articles { background: #333333 url(/art/cartoon/bg_walter_smiling_black) no-repeat fixed center center }

/* Font-Colors */

body, h1, h2, h3, h4, h5, h6 { color: #b6c7e8 }

p, dl, ul, ol, table, th, td { color: #eeeeee }

a { color: #a3aabb }

a:link { color: #a3aabb }

a:visited { color: #a8aab0 }

a:hover { color: #99aacc }

a:focus { color: #a0aac1 }

a:active { color: #9caac6 }
