/* Copyright 2006 Roman Kopiec. All Rights Reserved. */

/* $Id: romekstyle.css,v 1.00 2006/01/11 21:00:00 */

/* ******************  body  *************** */

html, body, h1, h2, h3, div, ul, li, input {
   background: #ffffcc;
   color: #999966;
   font-family: Verdana, sans-serif;
   text-align: center;
   font-size: 150%;
   margin-bottom: 0.2em;
}

h2, input {
   background: #ffffcc;
   color: #999966;
   font-family: Verdana, sans-serif;
   text-align: center;
   font-size: 50%;
   margin-bottom: 3em;
}

p, a {
   background: #ffffcc;
   color: #999966;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   font-size: 75%;
   margin-bottom: 2em;
}

