/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
background-color:		#bfbfbf;
scrollbar-face-color:		#E5E5E5;
scrollbar-highlight-color:	#b9b9b9;
scrollbar-shadow-color:		#b9b9b9;
scrollbar-3dlight-color:	#E5E5E5;
scrollbar-arrow-color:		#999999;
scrollbar-track-color:		#E5E5E5;
scrollbar-darkshadow-color:	#E5E5E5;
background-image: url();
margin: 4px;
}

/*
The original Gokin Theme for phpBB by przemo version 1.12.5
Created by Gokin Studio
http://www.gokin.ocom.pl
*/ 

/* General font families for common tags */
font,th,td,p			{ font-family: Tahoma, verdana, Arial, Sans-Serif, Georgia, Courier, "Times New Roman", Serif; }
a:link,a:active,a:visited	{ color : #666666; text-decoration: none; }
p, td			{ font-size : 11px; color : #000; }
a:hover			{ text-decoration: none; color : #800000; }
hr				{ height: 0px; border: solid #000000 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #E5E5E5; border: 1px #999999 solid; border-top-width: 1px; }

/* This is the outline round the main forum tables */
.forumline { background-color: #999999; border: 1px #E5E5E5 solid; }

@import url("style.css");

/* ort the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

