
/* Copyright (C) 2005  Kai Puolamäki */

body  { background : #fff none;
        color : #000;
        font-family : serif; 
	margin : 0 0 0 0 ;
        padding : 0 0 0 0 ;
        border : 0 0 0 0 ; }

.gray {background: #eee none;
       color : # 000; }

a:link    { color : #009; 
            background : transparent none;
            text-decoration : none;}
a:visited { color : #609; 
            background : transparent none; 
            text-decoration:  none; }
a:active  { color : #f00; 
            background : transparent none; 
            text-decoration : none; }
a:hover   { color : #009; 
            background : #eee none; 
            text-decoration : none; }

em { font-style : normal;
     font-weight : bold; }

h1,h2,h3,h4,h5,h6 { font-family : sans-serif; 
                    text-transform : uppercase; }

h1 { font-size : 120%; }
h2 { font-size : 110%; }
h3 { font-size : 100%; }
h4 { font-size : 90%; }
h5 { font-size : 80%; }
h6 { font-size : 70%; }


.content { padding-top : 1em;
           padding-right : 2em; 
           padding-bottom : 1em; 
           padding-left : 2em; }


.menu { background : #00c none; 
        color : #fff;
        font-weight : bold; 
        text-transform : uppercase;
	vertical-align : top;            
        padding : 1em 1em 0 0.5em ;
        margin : 0 0 0 0 ;
        border : 0 0 0 0 ; }


.menu a:link    { color : #fff; 
                  background : transparent none; 
                  text-decoration: none; }
.menu a:visited { color : #eee; 
                  background : transparent none; }
.menu a:active  { color : #fee; 
                  background : transparent none; }
.menu a:hover   { color : #fff; 
                  background : #00d none; }
.menu ul {padding : 0 0 0 0 ;
          margin : 0 0 0 0 ;
          border : 0 0 0 0 ;
          list-style  : none;
          line-height : 200%; }

.logo { padding : 0 0 0 0 ;
        margin : 0 0 0 0 ;
        border : 0 0 0 0 ; }

