/*
  The original trekminal Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
}

/* General font families for common tags */
font, th, td, p { font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #808080; text-decoration:none; }
a:hover		{ text-decoration: underline; color : #006699; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #808080; letter-spacing: -1px;}
a.copyright		{ color: #808080; text-decoration: none;}
a.copyright:hover { color: #808080; text-decoration: underline;}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url(/phase2/formIE.css);
