
/*-------------------------------------------------------- | YaBB 2005 | -------------------------------------------------------- | Created by: XIMinc http://www.ximinc.com | | YaBB http://www.yabbforum.com | -------------------------------------------------------- | You may adapt elements of this CSS in your own | | projects, but please give credit to yabbforum.com. | --------------------------------------------------------*/

<style type="text/css"> #container{
	background-color: transparent;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	font-family: helvetica, verdana, arial, sans-serif;
}
<!-- 
/* General layout */

BODY {
	scrollbar-face-color: #7A8CC2;
	scrollbar-shadow-color: #4C609C;
	scrollbar-highlight-color: #8296D1;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #7A8CC2;
	scrollbar-track-color: #8296D1;
	scrollbar-arrow-color: #4C609C;
	font-family: Verdana, Helvetica, Arial;
	font-size:12px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
text {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
}
TD {
	font-family: Verdana, Helvetica, Arial;
	color: #FFFFFF;
	font-size: 11px;
}
input {
	background-color: #FFFFFF;
	font-family: helvetica, verdana, arial;
	font-size: 16pt;
	color: #000000;
}
textarea {
	background-color: #FFFFFF;
	font-family: helvetica, verdana, arial;
	font-size: 16pt;
	color: #000000;
}
select {
	background-color: #FFFFFF;
	font-family: helvetica, verdana, arial;
	font-size: 12pt;
	color: #000000;
}
.copyright {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
}

/* YaBB navigation links */

.nav {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav:link {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #6074b0;
	font-size: 16px;
	font-family: helvetica, verdana;
	color: #FFFFFF;
}
.windowbg2 {
	background-color: #586aa0;
	font-size: 16px;
	font-family: helvetica, verdana;
	color: #FFFFFF;
}
.windowbg3 {
	background-color: #6075b0;
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
}

/* Misc./title/category colors */

.hr {
	color: #4C609C;
}
.titlebg {
	background-color: #4C609C;
	color: #FFFFFF;
}
.text1 {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.catbg {
	background-color: #4C609C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.bordercolor {
	background-color: #003399;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.imgcatbg {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.imgmenu {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* Post quote/code colors */

.quote {
	font-size: 12px;
	font-family: helvetica, verdana, arial;
	color: #000000;
	background-color: #DEE7EF;
}
.code {
	font-size: 12px;
	font-family: Courier New;
	color: #000000;
	background-color: #CCCCCC;
}
--> </style> 
