body {
background:#000;
margin:0;
padding:0;
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#ffc;
}
#koc {
position:absolute;
left:10px;
top:270px;
width:380px;
height:120px;
background:#000;
}
#koc-vert {
position:absolute; 
left:280px; 
top:10px; 
width:100px; 
height:380px;
background:#000; 
}
h1 {
color:#fc0;
font-size:18px;
background:#600;
text-align:center;
margin:0;
}
p {
margin:10px 0 0 0;
padding:0 2px;
}

p:first-letter {
font-size:33px;
font-weight:bold;
float:left;
}
span {
text-transform:uppercase;
cursor:help;
}
a:link {
font-weight : bold;
color : #f90;
text-decoration : none;
}
a:visited {
font-weight:bold;
color:#f90;
text-decoration:none;
}
a:hover {
font-weight:bold;
color:Lime;
text-decoration:underline;
}
a:active {
font-weight:bold;
color:#f30;
text-decoration:underline;
}