/* external CSS file for somethingtodo.ws*/
/* filename 'js/s2d_style.css' */

BODY			{background-color: black;
                         font-family: arial, helvetica, sans-serif;
                         font-size: 12px;
			 scrollbar-face-color : #DG540A;
			 scrollbar-shadow-color : white;
			 scrollbar-highlight-color : white;
			 scrollbar-3dlight-color : black;
			 scrollbar-darkshadow-color : black;
			 scrollbar-track-color : black;
			 scrollbar-arrow-color : white;}

TABLE			{color : white;
			 font-family : arial, helvetica, sans-serif;
			 font-size : 12px;}

H1                      {font-size: 14px;
                         font-weight: bold;
                         margin-top: 2;
                         margin-bottom: 0;}

H2                      {color: blue;
			 font-size: 14px;
                         font-weight: bold;
                         margin-top: 2;
                         margin-bottom: 0;}

H5                      {font-size: 9px;
                         margin-bottom: 0;}

a:link			{color : yellow;
			 text-decoration : none;}

a:visited		{color : tan;
			 text-decoration : none;}

a:hover			{text-decoration : underline;
			 color : yellow;}
