body {
  font-family: Arial, Verdana, Helvetica;
  color:#efefef;
  background-color:black;
  font-size:.8em;
}

a:link { color:#ffffff;}
a:active { color:#00ff00;}
a:visited { color:#efefef;}
a:hover { color:#0000ff;}

a.noline:link { text-decoration: none; color:#ffffff; }
a.noline:active { text-decoration: none; color:#00ff00; }
a.noline:visited { text-decoration: none; color:#efefef; }
a.noline:hover { text-decoration: underline; color:#0000ff; }

select { font-family:Courier,monospace; }
input { font-family:Courier,monospace; }

p { color: #efefef; text-indent: .8em }
h1 { color: #efefef }
h2 { color: #efefef }
h3 { color: #efefef }
h4 { color: #efefef }
h5 { color: #efefef }
h6 { color: #efefef }
h7 { color: #efefef }

hr { color: #efefef; noshade; }

.LHSheader
            {  
               border-top: 1px solid #FFFFFF;
               width: 100%;
               font-size: .8em;
               font-weight: 900;
               margin-top: 10px;
               margin-bottom: 3px;
               color: #CCCCFF;
            }

a.LHSheader:link { text-decoration: none; color: #3333CC; }
a.LHSheader:active { text-decoration: none; color: #ffffff; }
a.LHSheader:visited { text-decoration: none; color: #CCCCFF; }
a.LHSheader:hover { text-decoration: none; color: #ffffff; }

.LHSlink
            { 
               width: 100%;
               font-size: .7em;
               font-weight: 500;
               margin-top: 0;
               margin-bottom: .3em;
               line-height: 1.03em;
               padding-left: 1px;
               padding-top: 1px;
               padding-bottom: 0px;
               color: #ffffff;
            }


<!--
	/*	CYPHOR.CSS
		Global Stylesheet. This file will configure the look of Cyphor. You can always revert to the
		default settings by using the configuration in styles/default.css
	*/


	/* Message style, fixed-width seems to be a good choice */
    .message {
    	font-family: Courier New, Courier, monospace;
    	font-size: 12px;
    	font-style: normal
    }


	/* Background color of message text */    
    td.message {
    	background-color: #000000;
    }    
    
    /* Background for titles */
    td.title {
    	background-color: #3333CC;
    }
        
    /* This is the background color for the surrounding <TD> tag */
    td.border {
    	background-color: #000000;
    }
    


	/* Standard and alternative background colors for forum view */
	td.msgstd {
		background-color: #030330;
      margin-left: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
	}	
	td.msgalt {
		background-color: #060606;
		height: 20px;
	}
	

	/* These are the most frequently used styles.
		.t = standard (text) style
		.b = standard bold style
		.redb = red bold style (example: dates of new posts are highlighted with this)
		.i = standard italic style
		.h = standard header style
		.bigh = big header
		.s = standard small style */		
    .t { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal }    
    .b { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
    .redb { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; }
    .red { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FF0000; }
    .i { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic }
    .h { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold}
    .bigh { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold}
    .s { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal }      


	/* Background color, link styles for controls */
	td.controls {
		background-color: #000066
	} 
    a.controls {    	
    	color: #efefef;
    }
    a.controls:hover {
    	color: #0000ff;
    }
     
    
    /* The link style for messages in forum view */
    a.msg:link { color:#ffffff;}
    a.msg:active { color:#00ff00;}
    a.msg:visited { color:#efefef;}
    a.msg:hover { color:#0000ff;}

	    
    /* Forum header styles, the line where it says "author, subject, date" etc. */
    td.forumheader {
    	font-weight: bold;
    	background-color: #000000
    }    
    /* The font which is used in .forumheader table cells (see above) */
    .fhead {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	font-style: normal;
    	color: #FFFFFF
    }
        
    /* standard = white */
    td.standard {
    	background-color: #000000;
    }

	/* The panel where the users info is displayed (last post, total posts) */
	td.userinfo {
		background-color: #363636
	}	
	
	/* Form styles, you don't really need them, but it looks nicer with them */	
	form {
		/* Internet Explorer uses annoyingly large margins */
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.formbox {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #000000;
      color: #efefef;
		font-size: 12px;
	}	
	.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}	
	.textarea {
    	font-family: Courier New, Courier, monospace;
      background-color: #000000;
      color: #efefef;
    	font-size: 12px;
    	font-style: normal;
	}
	
	
	/* This is for the bullets, don't change it */
	ul {
		margin-bottom: 0px;
		margin-top: 0px;
	}
-->

.texttable {color:#efefef; background-color:#000066;}
.newsdate {color:#efefef; font-size:100%; font-weight:bold;
            background-color:#3333CC; text-align: right;}
.newssubject {color:#efef33; font-size:100%;}
.newstime {color:#efefef; font-size:60%;}

.newsbyline {color:#efef33; font-size:75%;}
a.newsbyline:link {color:#efef33; font-size:75%;}
a.newsbyline:active {color:#efef33; font-size:75%;}
a.newsbyline:visited {color:#efef33; font-size:75%;}
a.newsbyline:hover {color:#efefef; font-size:75%;}

.newstext {color:#efefef; font-size:80%;}
.newsquote {color:#369999; font-size:100%;}

.headline {color:#efef33; font-size:80%; font-weight:bold;}
a.headline:link {text-decoration: none; color:#efef33; font-size:80%; font-weight:bold;}
a.headline:active {text-decoration: none; color:#efef33; font-size:80%; font-weight:bold;}
a.headline:visited {text-decoration: none; color:#efef33; font-size:80%; font-weight:bold;}
a.headline:hover {text-decoration: underline; color:#efefef; font-size:80%; font-weight:bold;}

.headlinesheader {text-decoration: none; color:#efefef; font-size:90%; font-weight:bold;}

.sectheader {
   color:#efefef;
   font-size:90%;
   font-weight:bold;
   background-color:#3333CC;
}
