Bueno, vamos a ver si podeis ayudarme a descifrar la plantilla para saber a qué afecta cada color. Sé que hay una descripción al inicio de cada parte pero no me termina de quedar clara. Vamos con un trocito: ¿a qué corresponden estos colores? Sé que lo mejor es probar a cambiar y mirar, pero lo he hecho en varias partes y no he visto que cambiase nada.
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( 
http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( 
http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* General proSilver Markup Styles
---------------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {
	/* Text-Sizing with ems: 
http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}
h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	
color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}
h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	
color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}
h2.solo {
	margin-bottom: 1em;
}
h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid 
#CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	
color: #989898;
	margin-top: 20px;
}
h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}
p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
img {
	border-width: 0;
}
hr {
	/* Also see tweaks.css */
	border: 0 none 
#FFFFFF;
	border-top: 1px solid 
#CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}
hr.dashed {
	border-top: 1px dashed 
#CCCCCC;
	margin: 10px 0;
}
hr.divider {
	display: none;
}
p.right {
	text-align: right;
}