/* folder and file links */
A FONT {
FONT-SIZE: 13px;
FONT-FAMILY: Arial;
}

/* navigation bar and other links */
A {
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
}

/* non-link text */
FONT {
FONT-SIZE: 11px;
FONT-FAMILY: Arial;
}

*/

body {
	/*These control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	scrollbar-face-color: #33476C;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #C8D1DD;
	scrollbar-shadow-color: #C8D1DD;
	scrollbar-highlight-color: #C8D1DD;
	scrollbar-3dlight-color: #C8D1DD;
	scrollbar-darkshadow-Color: #C8D1DD;
	
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #C8D1DD; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 2px 0px 2px 0px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: #FFFFFF; /*The main text color.  Default is #DDDDCC.*/
	font-size: 9pt;  /*Text size in points.  Default is 9pt.*/
	font-family: Verdana; /*The font used.  Default is Verdana.*/
}