/* -- layout -- */
body {
padding: 0;
margin: 0;
background-color: #000000;
}

/* -- fonts -- */
.txt1 {
font-family: Arial, Helvetica, sans-serif;
color: #ff0000; 
font-size: 16px;
font-weight: bold;
text-decoration: none
}
.txt2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff; 
font-size: 11px;
font-weight: normal;
text-decoration: none
}
.txt3 {
font-family: Arial, Helvetica, sans-serif;
color: #960000; 
font-size: 24px;
font-weight: bold;
text-decoration: none
}
.txt4 {
font-family: Arial, Helvetica, sans-serif;
color: #960000; 
font-size: 16px;
font-weight: bold;
text-decoration: none
}
.txt5 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff; 
font-size: 16px;
font-weight: bold;
text-decoration: none
}
.txt6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffcc; 
font-size: 11px;
font-weight: bold;
text-decoration: none
}

/* -- links -- */
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
text-decoration: none
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ff0000;
font-size: 12px;
text-decoration: none
}

/* -- backgrounds -- */
.picbord {
border-bottom: #940101 1px solid;
border-left: #940101 1px solid;
border-top: #940101 1px solid;
border-right: #940101 1px solid
}
.bg1 {
border-left: #404040 1px solid;
background-color: #000000;
border-right: #404040 1px solid
}
.bg2 {
background-color: #000000;
background-image:url(assets/tablebg.jpg)
}



