/* Stylesheet file (note how this comment was created) */

A:link		{text-decoration: none;
		color: dimgray}
A:visited	{text-decoration: none;
		color: dimgray}
A:active	{text-decoration: none;
		font-weight: bold}
A:hover		{font-weight: bold;
		color: red}

P b		{font-family: }

body
{scrollbar-base-color: dcdcdc; 
scrollbar-track-color: dcdcdc;
scrollbar-face-color: darkgray;
scrollbar-highlight-color: dcdcdc;
scrollbar-3dlight-color: dcdcdc;
scrollbar-darkshadow-color: dcdcdc;
scrollbar-shadow-color: dcdcdc;
scrollbar-arrow-color: red;
}
