/*
------------------------------------------------------------
Basic CSS file for screen media [http://www.maxpower.co.uk/]
FileName: basic.css
------------------------------------------------------------
*/ 
/* Basic formatting: v4 browsers see only this */

body { font-family: Verdana, Arial, sans-serif; font-size: 62.5%; color:#ccc; background-color:#000; }

input,textarea,select{ font-family: Verdana, Arial, sans-serif;}

h1 {font-size:1.4em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h1,h2,h3,h4, h5, h6 {color:#fff;font-weight:bold;}

a:link { color:#fff }
a:hover { color:#fff; text-decoration:none; }
a:visited { color:#eee }
a:active { color:#ff0000 }