/*
   Cascading Style Sheet with definitions
   for www.angelika-klose.com

   2015-03-09. simple. but sufficient?
*/

a:link    { color:#777777; text-decoration:none;                    }
a:hover   { color:#000000; text-decoration:none;                    }
a:active  { color:#cceeff; text-decoration:none;                    }
a:visited { color:#444444; text-decoration:none; font-weight: bold; }

body      { background-color: #FFFFFF;
            font-family:      Arial, Verdana, Trebuchet MS, sans-serif;}

th        { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            font-weight:      normal;
            face:             Arial, Futura, sans-serif;
            border-width:     0;}

td        { color:            white;
            font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            font-weight:      normal;
            face:             Arial, Futura, sans-serif;}

a         { text-decoration:  none;}

p         { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            color:            #666666; 
            font-weight:      bold;
          }

#Hats     { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            font-weight:      normal;
            font-size:        40px;
            color:            #666666;
          }

#designed { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            font-weight:      normal;
            font-size:        25px;
            color:            #777777;
          }

#AKname   { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            font-weight:      normal;
            font-size:        30px;
            color:            #777777;
            letter-spacing:   0.8em;
          }

#linkbar  { font-family:      Arial, Verdana, Trebuchet MS, sans-serif;
            border-width:     0px;
            border-style:     none;
            border-color:     #FFFFFF;
            padding:          0px;
            font-size:        11pt;
            color:            #777777;
            text-decoration:  none;   }

li        { list-style-type:  square; }

/* layout.css for www.angelika-klose.com; by Aloysius Elf */
