body {
    background-color: #FFF;
    text-color: #000;
    font-family: Verdana, Sans;
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 20px;
    width: 80%;
    margin-left: 30px;
}

table.distros {
	/*width: 70%; */
	margin: 0; 
	border-spacing: 0;
}

table.distros tr td {
	text-align: left; 
	vertical-align: top;
}

table.distros tr td ul {
	margin-top: 0;
}

td {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.screenshot img {
    border: 1px black solid;
}

blockquote {
    background: #DDD;
    width: 90%;
    color: black;
    margin: 20px;
}

blockquote h1, h2, ul {
    margin-left: 30px;
}

li a:link, li a:visited, a:link, a:visited {
    color: #302080;
    text-decoration: none;  
}

li a:hover, a:hover {
    color: #4030A0;
    text-decoration: underline;
}

p.text {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

p.text_right_margin {
    margin-right: 30px;
    text-align: right;
}

pre.code {
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #888;
    background-color: #EEE;
    color: #333;
    padding: 4px;
    text-align: left;
    white-space: pre;
}

p.version {
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    color: #000;
}

p.question {
    margin-left: 60px;
    margin-right: 100px;
    font-weight: bold;  
    text-indent: -1.5em;
    text-align: justify;
}

p.answer {
    margin-left: 60px;
    margin-right: 100px;
    margin-top: -1em;
    text-indent: -1.5em;
    text-align: justify;
}

.rounded:before {
    background: transparent url(top-right.png) scroll no-repeat top right;
    margin-bottom: -20px;
    height: 30px;
    display: block;
    border: none;
    content: url(top-left.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
}

.rounded:after {
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content:  url(bottom-left.png);
    margin: 0 0 -1px 0;
    height: 30px;
    background: white;
    background: transparent url(bottom-right.png) scroll no-repeat bottom right ;
    padding: 0;
}

p.back {
    color: #666; 
    text-align: right ;
    margin-left: 30px;
    margin-right: 30px;
}

p.back a:link, p.back a:hover, p.back a:active { 
    color: #666; 
    text-decoration: underline; 
}

p.back a, p.back a:visited { 
    color: #666; 
}

table.progressbar
{
	width: 200px;
    margin: 5px 0 5px 30px;
    height: 20px;
    border: 1px solid #AAA;
    border-collapse: collapse;
	font-size: 11px;
}

td.translated
{
	text-align: center;
	vertical-align: middle;
	background-color: #c5c5c5;
	border: 1px solid #AAA;
    white-space: pre;
}


