body { 
background: #121212;
color: #fef1b5; 
font-family: arial;
font-size: 10px;
}

#container {
width: 820px;
height: 850px;
margin: auto;
padding: 10px;
}

#table {
text-align: left;
margin: 0px auto;
padding: 0px;
width: 800px;
height: auto;
}

#header {
margin: 0 0 15px 0;
padding: 4px;
}

.col-left {
float: left;
width: 262px;
height: auto;
font-size: 1.2em;
margin-right: 0px;
}

.col-right {
float: right;
width: 262px;
height: auto;
font-size: 1.2em;
margin-left: 0px;
}

.col-middle { 
float: left;
width: 262px;
height: auto;
font-size: 1.2em;
}

h1 {
font-size: 2em;
font-weight: 900;
width: 100%;
}

h2 {
font-size: 1.4em;
font-weight: 900;
width: 100%;
}

.redline { 
border-left: 0;
border-right: 0;
border-top: 1px solid #7f1926;
border-bottom: 1px solid #7f1926;
}

.redlinesingle {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #7f1926;
}

.text a:link { color: #fef1b5; text-decoration: none; }
.text a:visited { color: #fef1b5; text-decoration: none; }
.text a:active { color: #fef1b5; text-decoration: none; }
.text a:hover { color: #ffffff; text-decoration: underline; }

.img a:link { color: #fef1b5; text-decoration: none; }
.img a:visited { color: #fef1b5; text-decoration: none; }
.img a:active { color: #fef1b5; text-decoration: none; }
.img a:hover { color: #ffffff; text-decoration: underline; }

img { border: none; }

#latin {
float: right; 
font-size: 11pt;
}
