@import "base.css";

div.top
{
color: gray;
white-space: nowrap;
line-height: 1.5em;
position: absolute;
top: 0;
margin-top: 0;
}

div.content
{
margin-top: 1.5em;
}

div.left
{
position:absolute;
top: 1.5em;
left: 36px;
width: 120px;
margin: 0;
}

h1,h2,h3,hr,div.this
{
color: red;
}

div.languages
{
position:absolute;
top: 2em;
right: 1.5em;
text-align: right;
}

