body {
 background-color:#fff;
 padding:10pt; /* pt/px/%/em ? */
 color:#000;
 font-family: "FreeMono", monospace, sans-serif;
 font-size:100%; /* 20px */
 font-weight:700; /* normal=400, bold=700 */
}

a { text-decoration: none; }
a:link    { color:#000; }  /* 55f unvisited link */
a:visited { color:#000; }  /* cc0 visited link */
a:hover   { color:#eee; }  /* fff mouse over link */
a:active  { color:#fcc; }  /* f00 selected link */

h1 {
 color:#000;
 padding:0; /* pt/px/%/em ? */
 margin:0; /* pt/px/%/em ? */
}

h2 {
 color:#000;
 padding:1pt; /* pt/px/%/em ? */
 margin: 20pt 0pt 0pt 0pt; /* viršus ??? pt/px/%/em ? */
}

p {
 color:#000; 
 padding:1pt; /* pt/px/%/em ? */
 margin:1pt; /* pt/px/%/em ? */
}

img {
 border: none;
 vertical-align:middle;
}

address {
 color:#444;
 font-size:12px;
}

/* Serverio vikis.lt pirmajam puslapiui. */
/* (c) Mykolas OK 2009-10-01, 2011-10-25, 2016-02-09. Kopijavimas neribojamos. */