-body {
- font-size: 1em;
- font-weight: normal;
- word-spacing: normal;
- letter-spacing: normal;
- text-transform: none;
- font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
- font-size-adjust: .48;
-}
-p, blockquote, ul, ol, dl, dd, li, dir, menu {}
-
-h1, h2, h3, h4 {
- border-bottom: 1px solid #4D801A;
- text-shadow: #4D801A 0.2em 0.2em 3px;
-
-}
-#headertext a {color: #FFFFFF; text-decoration: none;}
-
-a:link { font-weight: bold; color: #4D801A; text-decoration: underline; }
-a:visited { font-weight: bold; color: #4D801A; text-decoration: underline; }
-a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
-a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
-
-#loginbox {
- padding: 10px;
- border: 1px solid;
- width: 400px;
- text-align: left;
+@charset "utf-8";
+
+/* CSS Document */
+
+/****************************************************************
+ Selectricity || selectricity.org
+ Design by Courtland Allen
+*****************************************************************/
+
+/* basics */
+
+body {
+ color: black;
+ background: white;
+ background: url(/images/bg_main.png) repeat-x top left;