/*  
    stilaro.css : cxefa stilfolio por la Posxto Dismeo
    verkite de Andreo Uxesto.
*/

/* stilaro.css */
body        { background-color: white; color: black; margin: 1cm; }
blockquote  { background-color: mintcream; }
blockquote a { text-decoration: none; color: green; background-color: mintcream; }
p,dl,ol,ul  { font-size: medium; }
dl dt       { font-weight: bold; }
h1          { font-size: x-large; color: darkgreen; background-color: white; text-align: center; }
h2          { font-size: large; color: darkgreen; background-color: white; }
h3          { font-size: medium; font-weight: bold; }
h4          { font-size: medium; font-style: italic;}
a           { text-decoration: none; color: green; background-color: white; }
sup         { font-variant: super; font-size: x-small; }

.highlight  { color: black; background-color: yellow; }
.subtt      { font-size: small; color: green; background-color: white; text-align: center; }
.vcard      { font-style: italic; padding-bottom: 1em; }

pre { color: navy; background-color: ivory; }

ol li               { list-style-type: decimal;      }
ol li ol li         { list-style-type: lower-alpha;  }
ol li ol li ol li   { list-style-type: lower-roman;  }

table { width: auto; }
table tr { vertical-align: top; }
table td { font-size: medium; font-weight: normal; }
table th { font-size: medium; font-weight: bold; }
table th.side { font-size: medium; font-weight: bold; text-align: right; }

