.link-bar-comments {
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    padding: 1px;
    font-size: 85%;
    font-weight: normal;
    height: 120px;
    margin: 3px;
    text-align: center;
}

.link-category {
    margin-left: 10px;
    font-size: 85%;
    font-weight: normal;
    font-style: italic;
}

.link-category a {
    font-weight: normal;
}

div.link-bar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div.link-bar a:hover {
    background: #22A;
    color: #EEF;
    text-decoration: none;
}

div.link-bar a {
    display: block;
    padding: 2px 3px;
    color: #EEF;
    text-decoration: none;
}

body {
    background: #008;
    font-size: 12pt;
    color: #EEF;
    font-family: Trebuchet, Verdana, sans-serif;
}

.content {
    top: 100px;
    margin-left: 210px;
    margin-right: 10px;
    font-family: sans-serif;
    background: #008;
    color: #EEF;
    padding: 10px;
}

a {
    color: #88F;
}

.title {
    font-family: Verdana, sans-serif;
    font-size: 175%;
    color: #EEF;
    font-weight: normal;
    text-align: center;
}

.header {
    font-size: 120%;
    font-family: sans-serif;
    background-color: #008;
    color: #EEF;
}

a:hover {
    color: #55F;
}

.link-bar {
    text-align: center;
    background: #008;
    text-align: center;
    font-family: sans-serif;
    font-size: 110%;
    padding: 8px;
    padding-right: 0px;
    width: 200px;
    left: 0px;
    position: absolute;
    border-right: 1px solid #DDF;
    color: #EEF;
    top: 20px;
}

textarea, input, select {
	background: #22A;
	color: #E0E0FF;
	font-size: 80%;
}

textarea { 
    padding: 4px;
}

.inlined-list {
    list-style: none;
    display: inline;
}