body {
		margin-left: 0px;
		background-image: url(images/dustbg.gif);
		background-attachment: fixed;
		background-color: #000000;
		color: #CCFFFF;
		font-family: arial, tahoma, helvetica;
		font-size: 10pt;
		font-weight: normal;
 	}

/*
		scrollbar-arrow-color: cyan;
		scrollbar-base-color: blue;
		scrollbar-dark-shadow-color: blue;
		scrollbar-3dlight-color:white;
		scrollbar-face-color: #b0c4de;
		scrollbar-highlight-color: blue;
		scrollbar-shadow-color: blue;
		scrollbar-darkshadow-color: purple;
*/

p, td	{
		font-size: 10pt;
		font-family: arial, tahoma, helvetica;
	}

a	{
		font-size: 12pt;
		font-weight: bold;
	}

a:link	{
		color: #FFFF99;
	}

a:visited	{
		color: #FFFF99;
	}

a:hover	{
		color: #FFFF00;
		text-decoration: none;
	}

.title	{
		color: #CCFFFF;
		font-size: 12pt;
		font-weight: bold;
	}
	
h2	{
		color: #0099FF;
		font-size: 14pt;
		font-weight: bold;
	}

h3	{
		color: #CCFFFF;
		font-size: 14pt;
		font-weight: bold;
	}
	
.url	{
		margin-left: 5px;
		font-size: 14pt;
		font-weight: bold;
		color: #FFFFFF;
	}

.blurb	{
		margin-left: 5px;
		font-size: 10pt;
		color: #CCFFFF;
	}

.launch	{
		margin-left: 5px;
		font-size: 12pt;
		color: #FFFF99;
	}

.update	{
		margin-left: 5px;
		font-size: 12pt;
		color: #FFFF99;
	}


