BODY {
    background-color:      #bbbbbb;
    color: 		   #000000;
}

H1, H2, H3, H4, H5, H6 {
    /* text-align: center; */
    /* margin-top: 0px;  
    margin-bottom: 0px; */
}

H1.header, H2.header, H3.header, H4.header, H5.header, H6.header { 
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
}


A, A:link {
    text-decoration: underline;
    color: blue;
}

A:visited { 
    color: purple;
}

A:hover {
    color: red;
}

A:active {
    color: yellow;
}

p.nik {
    color: yellow; 
    text-decoration: none;
    margin-top: 0px; 
    margin-bottom: 0px;
}

p.kile {
    color: red;
    text-decoration: none;
    margin-top: 0px; 
    margin-bottom: 0px;
}

p.quote {
    font-style: italic;
    text-align: center;
    margin-top: 5px; 
    margin-bottom: 0px;
}

p.quoteinfo { 
    text-align: right;
    margin-top: 0px;
}

p.linklist {
    text-align: center;
}

p.header {
    margin-bottom: 0px;
    margin-top: 2px;
}



.cvname 
{ }

body.cv 
{ background-color: #bbbbbb; color: black; 
  font-family: Arial, Helvetica, Futura; }

h2.cv 
{ font-size: x-large }

p.cvbody
{ }

