body {
background: black url("pink_checker_bg.jpg") fixed;
padding: 0;
color: white;
font-family: georgia;
font-size: 9pt;
}
.body_outer {
border: 10px white solid; background: black; width: 600px; margin: 30px auto;
}
.body_inner {
border: 2px #42a5dc solid; background: black url('/assets/blurred_duotone_bg_logo.jpg') no-repeat bottom right; padding: 20px;
}
#list_cont {
background: #000;
}
a {
color: #de1484;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,h2 {
font-weight: bold;
color: white;
font-size: 10pt;
margin: 16px 8px;
padding: 4px 10px;
}
h1 {
background: black;
border-top: 7px  #3ea8e0 solid;
border-bottom: 7px  #3ea8e0 solid;
}
h2 {
background: black;
border-top: 7px  #fff solid;
border-bottom: 7px  #fff solid;
}
h1 a, h2 a {
color: white;
font-weight: bold;
text-decoration: underline;
}
h1 a:hover, h2 a:hover {
color: yellow;
font-weight: bold;
text-decoration: underline;
}
p {
padding-left: 8px;
padding-right: 8px;
}
ul li {
list-style-type : square;
}
small {
color: #04A2C4;
font-size: 8pt;
padding-left: 5px;
}
th {
background: #000000;
color: #ffffff;
font-size: 9pt;
font-weight: bold;
}
td {
font-size: 9pt;
}
.copyright {
font-size: 8pt;
color: #ccc;
}
.error {
margin-top: 8px;
text-align: center;
font-weight: bold;
background: #BC0000;
color: white;
font-size: 10pt;
padding-left: 8px;
padding-right: 8px;
border: 1px black solid;
}
.success {
margin-top: 8px;
text-align: center;
font-weight: bold;
aaawidth: 100%;
background: #3ea8e0;
color: white;
font-size: 10pt;
padding-left: 8px;
padding-right: 8px;
border: 1px black solid;
}
.row_cat {
font-weight: bold;
background: #4F4F4F;
color: white;
font-size: 10pt;
}
.row_header {
font-weight: bold;
background: #3ea8e0;
color: white;
font-size: 10pt;
}
.row_one {
color: black;
font-size: 10pt;
background: #A6DDEA;
}
.row_two {
color: black;
font-size: 10pt;
background: #D5E6EA;
}
.hr {
background: #3ea8e0;
}
.nav {
margin-top: 5px;
margin-bottom: 9px;
}
.nav a {
text-align: center;
padding: 1px 6px 1px 6px;
background: #3ea8e0;
border: 1px white solid;
color: white;
}
.nav a:hover, .nav .current {
border: 1px #3ea8e0 solid;
text-decoration: none;
background: #de1484;
color: white;
}
.staff a {
font-weight: normal;
}
.staff a:hover {
font-weight: normal;
text-decoration: underline;
}
.small {
font-size: 8pt;
}
.small a {
text-decoration: underline;
}
