/* Team Quitter Style Sheet */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^ GLOBAL ^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

td {
font-family: Arial, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

.imageborder {
border:1px;
border-style:solid;
border-color:#e3e3e3;
background-color:#FFFFFF;
padding:4px;
}

.imagebordersmall {
border:1px;
border-style:solid;
border-color:#e3e3e3;
padding:0px;
}

.post  {
background-color:#232323;
padding-left:9px;
padding-right:9px;
padding-top:7px;
padding-bottom:7px;
margin-top:2px;
margin-left:1px;
}

img {
border:0px;
}

.clear {clear: both}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^ TEXT STYLES ^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.whiteeleven {
font-family: Arial, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight:normal;
text-decoration: none;
}

.themeeleven {
font-family: Arial, sans-serif;
font-size: 11px;
color: #b5f42d;
font-weight:normal;
text-decoration: none;
}

.themeeighteen {
font-family: Arial, sans-serif;
font-size: 18px;
color: #b5f42d;
font-weight:normal;
text-decoration: none;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^ LINK STYLES ^^^^^^^^^^^ */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

a:link, a:visited {
font-family: Arial, sans-serif;
font-size: 11px;
color: #b5f42d;
font-weight:normal;
text-decoration: underline;
}

a:hover, a:active {
font-family: Arial, sans-serif;
font-size: 11px;
color: #7cb500;
font-weight:normal;
text-decoration: none;
}

a.whiteeleven:link, a.whiteeleven:visited {
font-family: Arial, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight:normal;
text-decoration: underline;
}

a.whiteeleven:hover, a.whiteeleven:active {
font-family: Arial, sans-serif;
font-size: 11px;
color: #D9D9D9;
font-weight:normal;
text-decoration: none;
}
