


/********************/
/* Generic settings */
/********************/
	body
		{
		SCROLLBAR-FACE-COLOR: #990000;
		SCROLLBAR-HIGHLIGHT-COLOR: #990000;
		SCROLLBAR-SHADOW-COLOR: #eeeeee;
		SCROLLBAR-3DLIGHT-COLOR: lemonchiffon;
		SCROLLBAR-ARROW-COLOR: #990000;
		SCROLLBAR-TRACK-COLOR: #990000;
		SCROLLBAR-DARKSHADOW-COLOR: #black;
		BACKGROUND-COLOR: #990000;
		}

	.editorbutton
	,.editorbutton a
		{
		font-family:verdana,arial,sans-serif;
		color:white;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		
		}
	.editorbutton
		{
		background-color:steelblue;
		padding:2px;
		}
	
	.urltext
	,.urltext a
		{
		font-family:arial,sans-serif;
		color:White;
		font-size:12px;
		font-weight:normal;
		}
	.articletitle
		{
		font-family:arial,sans-serif;
		color:White;
		font-size:14px;
		font-weight:bold;
		letter-spacing:1px;
		padding:5px;
		padding-left:0px;
		font-variant:small-caps;
		}
	.bodytext
	,.bodytext a
		{
		font-family:arial,sans-serif;
		color:white;
		font-size:12px;
		font-weight:normal;
		line-height:17px;
		letter-spacing:1px;
		}
	.introtext
	,.introtext a
		{
		font-family:arial,sans-serif;
		color:white;
		font-size:12px;
		font-weight:normal;
		line-height:17px;
		letter-spacing:1px;
		}
	.introtext a
	,.bodytext a
		{
		color:white;
		text-decoration:underline;
		}
