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

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

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

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

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

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

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

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