html, body {
background: #000 url(img/stare_radio.jpg) bottom right no-repeat;
color: #CCC;
margin: 0px;
padding: 0px;
height: 100%;
}

html, body, div, p, ul, li, input {
font-family: monospace;;
font-size: 12px;
word-spacing: 0.03em;
letter-spacing: 0.015em;
text-align: left;
}

.telo { 
padding: 20px;
}

h1 {
font-family: monospace;
font-size: 18px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
color: #CCC;
line-height: 1.3em;
}

p {
font-family: monospace;
}

li {
list-style: square;
line-height: 1.5em;
}

.male {
font-family: monospace;
font-size: 11px;
text-align: left;
color: #999;
}

a:link,a:active,a:visited {
color: #CCC;
text-decoration: underline;
}

a:hover {
color: #FFF;
text-decoration: underline;
}

