
/* OblivionSociety.com CSS stylesheet 2007-07-28 -------------------  */

/* General Formatting --------------------------------------------------  */

body {
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif; 
color: #000000;
font-size: 10pt;
background: #193041
}

.justify {
text-align: justify;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

.copyright {
font-size:8pt;
color: #A5ADAE;
font-family: arial, helvetica, sans-serif;
}

.headingbigger {
font-weight: bold;
font-size: 19pt;
font-family: arial, helvetica, sans-serif;
}

.headingbig {
font-weight: bold;
font-size: 14pt;
font-family: arial, helvetica, sans-serif;
}

.headingsmall {
font-weight: bold;
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
}



/* Link formatting -----------------------------------------------------  */

a img {border: none; } /* removes border from all image links*/

a:link {color: #974B4B; }
a:visited {color: #974B4B; }
a:hover {color: #95BFEA;  }
a:active {color: #95BFEA; }

a.navbox:link {color: #b2d0e1; }
a.navbox:visited {color: #b2d0e1; }
a.navbox:hover {color: #000000; }
a.navbox:active {color: #b2d0e1; }

a.copyright:link {color: #A5ADAE; }
a.copyright:visited {color: #A5ADAE; }
a.copyright:hover {color: #A5ADAE;  }
a.copyright:active {color: #A5ADAE; }

/* Navigation Bar  ---------------------------------  */

.navbox{
width: 165px;
border: 1px solid #b2d0e1;
border-top: 0;
border-left: 0;
border-right: 0;
text-align: center;
margin: 0;
background-color: #000000;
color: #FFFFFF;
display: block;
padding: 4px 0 4px 0px;
font-size: 13px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
}
.navbox:hover{
background: #FFFFFF;
color: #000000;
}

/* Bottom of the file -------------------------------------------  */
