
<!-- main style sheet -->
	
body			{	background-color:#000000;

				scrollbar-arrow-color:#f93; 
				scrollbar-base-color:#646464; 
   				scrollbar-darkshadow-color:#000000; 
   				scrollbar-face-color:#a0a0a0; 
   				scrollbar-highlight-color:#000000; 
   				scrollbar-shadow-color:#f93;
				font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
				font-size: 8pt;
				color: #fff;
				margin-left:0;
				margin-top:0;
				margin-right:0;	}

a:link							{	color: gray;	}  /*  Color for Links */
a:active						{	color: #000; background-color: gray;	}
a.links:active						{	color: #000; background-color: #fff;	}
a:visited						{  	color: #fff;	}  /*  Color for Visited Links */
a.links:visited						{	color: #000;	}  /*  Color for .links Visited */
a:hover, a:visited:hover, a.links:hover, a.links:visited:hover		{	color: #f93;	}  /*  Color for Hover Links */

a:link, a:hover, a:active, a.links:hover, a:visited, a:visited:hover, a.links:visited, a.links :visited:hover		{  	text-decoration: underline; }  /* Links Text Decoration */

.padding		{	margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;	}

td.padding		{	padding: 10px;	}

.type-big		{	font-family: Verdana, sans-serif; font-size: 24pt; line-height: 24pt;
				font-weight: bold; color:#ffffff;	}

.sm			{	font-size: 8pt;	}

.md			{	font-size: 9pt; font-weight: bold;	}

.lg			{ 	font-size: 12pt; line-height: 14pt; font-weight: bold; 	}

.bloghead		{ 	background-color: #f93; color: #000000; font-size: 12pt; line-height: 14pt; font-weight: bold; 	}

hr			{ 	noshade; height: 1px;	}

table.links		{ 	color:#000000; background-color:#ffffff; font-size: 8pt;	}

.date			{	font-size: 7.5pt; line-height: 8pt; font-style: italic;	}

.blog			{	font-size: 8pt; line-height: 10pt; font-weight: normal;	}

h1			{ 	font-size: 20pt; line-height: 22pt; 	}

h2			{ 	font-size: 18pt; line-height: 20pt; 	}

h3			{ 	font-size: 16pt; line-height: 18pt; 	}

h4			{ 	font-size: 14pt; line-height: 16pt;	}

h5			{ 	font-size: 12pt; line-height: 14pt; 	}

h6			{ 	font-size: 10pt; line-height: 12pt; 	}

h1, h2, h3, h4, h5, h6		{	font-weight: bold; margin-top: 0; margin-bottom: 0; 	}

.color			{	color: #f93; background-color: #f93;  }

hr,.date,h1,h2,h3,h4,h5,h6	{	color: #f93; }

img.wrapright		{	float: right; 	}

img.wrapleft		{	float: left;	}

img.wrapleft,img.wrapright	{	padding: 5 px;	}



