body				{
					--bgA:#C1C1C1;
					--bgB:#C1C1C1;	/* Change these CSS Variables	*/
					--bgC:#C1C1C1; 	/* to quickly recolour most of	*/
					--bgD:#C1C1C1;	/* the main chunks throughout	*/
					--txtA:#000000;	/* the css script				*/
					--txtB:#000000;
					--highlight:#0000FF;
					--linkA:#0000FF;
					--linkB:#000099;
					--button:#000000;
					
					color:var(--txtA); background:#C1C1C1; margin:0px;
					
					}
td#MenuBar			{width:100%; height:32px; background:#000000;}
*					{color:var(--txtA); font-family: Times New Roman, serif;  font-size:16pt;}
					
hr					{color:var(--txtB); background-color:var(--bgA); border: 4px solid var(linkA); padding:2px; border:4px; height: 3; width: 75%; text-align: center; }

h1					{color:var(--txtA); font-size:1.4em; font-weight: normal; font-style: normal;  }
h2					{color:var(--txtA); font-size:1.5em; font-weight: bold; font-style: normal;  }
h3					{color:var(--txtB); font-size:1.6em; font-weight: normal; font-style: normal;  }
h4					{color:var(--txtB); font-size:1.7em; font-weight: bold; font-style: normal; font-variant: small-caps;  }
h5					{color:var(--highlight); font-size:1.8em; font-weight: normal; font-style: normal; font-variant: small-caps;  }

a					{color:var(--linkA);}
a:HOVER 			{color:var(--linkA);}
a:VISITED  			{color:var(--linkB);}
a:VISITED:HOVER  	{color:var(--linkB);}

.Highlight 			{color:var(--highlight); font-weight:bold;}
.HighlightMe 		{color:var(--highlight); font-weight:bold;}
.HighlightEdit 		{color:var(--highlight); font-weight:bold;}
.HighlightUpdate 	{color:var(--highlight); font-weight:bold;}

#ButtonFont			{color:var(--button); font-size:1.2em; font-weight:bold;}

.PermanentSidebar	{background-color:var(--bgC); border: 4px solid RGBA(0,0,0,1); padding:2px; }
.ScrollSidebar		{background-color:var(--bgD); border: 4px solid RGBA(0,0,0,1); padding:2px;} 
.SidebarFont 		{font-size:0.9em;}

a.SidebarRead  			{color:var(--linkB); font-weight: normal;}
a.SidebarRead:hover 	{color:var(--linkB); font-weight: normal;}
a.SidebarUnread  		{color:var(--linkA); font-weight: bold;}
a.SidebarUnread:hover	{color:var(--linkA); font-weight: bold;}
.SidebarUsername		{color:var(--txtB);}
.SidebarTime			{color:var(--txtA);}

a.SidebarMenu			{color:var(--txtA);}
.SidebarMenuDiv			{width:100%; background-color:var(--bgA); margin-bottom:2px;}
a.SidebarMenuLit		{color:var(--txtB);}
.SidebarMenuLitDiv		{width:100%; background-color:var(--bgB); margin-bottom:2px;}

table 			{border-collapse: collapse;}
#Table_Bar		{Background-color:var(--bgA); border: 4px solid var(--txtA);}
	#Table_A		{Background-color:var(--bgB); border: 4px solid var(--txtA); padding:2px;}
	#Table_A_Thin	{Background-color:var(--bgB); border: 4px solid var(--txtA); padding:2px;}
	#Table_B		{Background-color:var(--bgA); border: 4px solid var(--txtB); padding:2px;}
#Table_Bar_Alt	{Background-color:var(--bgC); border: 4px solid var(--txtB);}
	#Table_A_Alt	{Background-color:var(--bgC); border: 4px solid var(--txtB); padding:2px;}
	#Table_A_Thin_Alt	{Background-color:var(--bgC); border: 4px solid var(--txtB); padding:2px;}
	#Table_B_Alt	{Background-color:var(--bgD); border: 4px solid var(--txtA);  padding:2px; }

	/* Used for any box that allows for text entry */
.TextEntry			{font-size:1.0em; font-weight:normal; color : var(--txtA); background-color: var(--bgB);}

img.pixel { 
	/*  Avatars are displayed with "Pixel-scaling" rather than smooth scaling....  And browser developers are arseholes. */
    image-rendering: optimizeSpeed;	image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: pixelated; image-rendering: optimize-contrast; -ms-interpolation-mode: nearest-neighbor;
}
	
	/*  \o/yeay\o/ Codeboxes! */
textarea 			{font-size:10pt; color : var(--txtA); background-color: var(--bgB);}
