body {
   color: white;
   background-color: black;
}

h1 {
   margin-bottom: 0px;
   padding-bottom: 0px;
   vertical-align: bottom;
   font-family: sans-serif;
   text-align: right;
   position: relative;
   bottom: -6px;
   z-index: -10;
   font-size: 32px;
}

img {
   margin-top: 0px;
   border-width: 1px;
   border-color: white;
   border-style: solid;
}

.main {
   width: 634px;
   margin-left: auto;
   margin-right: auto;
   text-align: right;
}

.info {
   font-family: serif;
   text-transform: lowercase;
   font-weight: bold;
   font-size: 120%;
   line-height: 0px;
}

.vcard {
   padding-top: 1ex;
   padding-bottom: 1ex;
   font-size: 125%;
}

.notice {
   font-size: 110%;
}

.notice, .links {
   text-align: center;
}

.links {
   font-weight: normal;
   font-style: italic;
}

a:link, a:visited {
   color: grey;
   text-decoration: none;
}

.tgl_ctn {
   color: black;
}

.tungle-me, .tungle-me a {
   cursor: pointer;
   color: Orange;
}

