/* CSS Document */

* {
    margin : 0px;
    padding : 0px;
}

body{
    background-color:#000000 ;
    border-width: 0px;
    background-image: url(Graphics/StarBack.jpg) ;
    background-repeat: repeat-y ;
    background-attachment: fixed ;
}

h1 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
    text-align: center ;
}

	
h2 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
    text-align: center ;
}

h3 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
    text-align: center ;
}
    
h4 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
} 

h5 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
   
}

h6 {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
}

p {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #EEE8AA ;
	text-indent: 3em;
	line-height: 150%;
} 

b {
    font-family: Verdana, Geneva, Arial, sans-serif;
    color: #FFCC33 ;
    }

strong	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #FFCC30 ;
        font-weight: normal ;
}

em	{
	color: #EEE8AA ;
}

a:link, a:visited {
    color : #FFCC30;
    text-decoration : none;
    border-bottom : 1px dotted #FFCC30;
}
a:hover, a:active {
    color :  #EEE8AA;
    text-decoration : none;
	border : none;
}

ul {
    color : #EEE8AA;
    line-height: 150%;
    /* text-indent: 5em; */
    list-style-position: outside;
    list-style-image: url(bullet.png);
    list-style-type: square;
    /* padding: 1 em; */
    margin: 2em;
    
}


/********************************************
   **  This is the code for the "Slashboxes**
   **                                      **
   **  It was mercilessly stolen from      **
   **  slashcode.com; I belive it is       **
   **  undere the GNU public license       **
   **                                      **
   ******************************************/
   
/* articles */


.article
{
	background: transparent url("Graphics/bg_red.png") repeat-x;
        width: 99% ;
}



.article h3
{
  
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
        font-weight: normal ;
}


.article .details
{
	font-size: 70%;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
        color:  #EEE8AA ; 
	border: 1px solid #2F4F4F;
	background: #000000 url("Graphics/bg_details.png") repeat-x;
}

.article .body
{
	border: 1px solid #2F4F4F;
	border-top: none;
	background: transparent ;
}





/*   The stuff below is for further expantion of the pages.

   
   div.storylinks
{
	background: #eee url("http://images.slashcode.com/bg_storylinks.gif") bottom repeat-x;
	font-size: 80%;
	font-family: arial,helvetica,sans-serif;
	height: 100%;
}

div.storylinks div { background: url("http://images.slashcode.com/cbr_ltgrey.gif") bottom right no-repeat; }
div.storylinks ul { background: url("http://images.slashcode.com/cbl_ltgrey.gif") bottom left no-repeat; }
div.storylinks ul li { border-left: 1px solid #555; } */

.CaptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #CCCC66;
}
