/* Petr Hladik                        */
/* personal website                   */
/* www.petrhladi.com .cz .eu and .org */

/* "include/hladik_home.css"    */
/* main style sheet for website */
/* CSS Level 1                  */

body {  background: #F4EACA; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black;
         margin-top: 40px; margin-bottom: 10px; margin-left: 40px; margin-right: 40px; } 
a:link      { color: #3030ff; font-style: normal; text-decoration: none;  }
a:visited   { color: #5050ff; font-style: normal; text-decoration: none; }
a:active    { color: olive; font-style: normal; text-decoration: none; }
a:hover     { color: olive; font-style: normal; text-decoration: none; }

p   { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;} 
td  { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;} 
h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 14pt; text-align: left;}
h1.frontpage { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 20pt; text-align: left; margin-top: -5px;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left; }


/* end of file */