Look at the variables in that file and edit the original vb style by inserting the colors mentioned in the phpbb style.
Place this
HTML Code:
body {
background-color: #E5E5E5;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
font-size: 11px;
}
In the headinclude template, replacing the body tag that is already there.
I hope this helps.