body{
color: #cfcfcf;
font-family: Arial, Helvetica, Sans-Serif;
background: #000000 url(dgray.gif) repeat-y;
margin-top: 0px;
}

body.contents{
background: #000000;
margin-left: 5px;
}

a:active{
color: #ff0000;
}

a:link{
color: #ffdf00;
}

a:visited{
color: #bfbf00;
}

a:hover{
color: #ff0000;
}

div.flags{
position: absolute;
left: 40px;
top: 10px;
}

p.contents{
font-size: x-small;
font-weight: normal;
text-align: left;
}

h1{
margin-top: 0px;
}

table.indent{
margin-left: 60px;
}

td{
color: #cfcfcf;
font-family: Arial, Helvetica, Sans-Serif;
}

td.image{
background-color: #3b3b3b;
}

td.thumb{
background-color: #3b3b3b;
font-size: x-small;
font-weight: normal;
text-align: center;
}

td.title{
font-weight: bold;
}

td.info{
background-color: #3b3b3b;
}

td.small{
font-size: small;
font-style: italic;
}

img{
border: none;
}

img.flags{
margin-bottom: 5px;
}

img.contents{
border: thin solid #000000;
}

img.thumb{
border: medium solid #000000;
}

img.main{
border: thick solid #000000;
display: block;
margin-left: auto;
margin-right: auto;
}

img.left{
float: left;
}

img.right{
float: right;
}

.thickborder{
border: thick solid #000000;
}

.center{
text-align: center;
}