/*
120K.ca ver 2.0 - supplemental file, default cascading style sheet
*/

/*
General Page Style
*/

body {
      background-image: url(./images/background.png);
      background-attachment: fixed;
      background-repeat: repeat;
      background-position: center center;
      background-color: transparent;
      color: #FFFFFF;
      }

a:link {
        color: #008000;
        }

a:active {
          color: #FF0000;
          }

a:visited {
           color: #008000;
           }

/*
Layout and Division Styles
*/    

div.content {
             text-align: center;
             }

div.navstrip {
              text-align: center;
              }

/*
Specific Styles
*/
          
p.title {
         font-size: x-large;
         text-decoration: underline;
         text-align: center
         }

img.left {
           float: left;
           padding-right: 5px;
           }
           
img.right {
           float: right;
           padding-left: 5px;
           }

/*
<-FEAR-W
120k.ca
*/