/*
	cstabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#cscsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
        }
#cscsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
        }
#cscsstabs li a {
	color: #fff ;
	background-color: #000 ;
	border: 1px outset #f0f0f0 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
	font-size: 08pt ;
        }
#cscsstabs li a:hover {
	color: #000 ;
	background-color: #c0c0c0 ;
}


body {
        font-size: 12pt ;
	background-color: black ;
	background-image:url('Pics/Black_Stars_002.gif') ;
	Color: #0000FF
      }


h1   {
     font-size: 36pt
     }
h2   {color: blue}
h3   {
     font-size: 20pt;
     color: blue
     }

p   {
      margin-right:25px ;
      margin-left:25px ;
      text-indent:50px ;
      text-align:justify ;
      color: #00CC99 ;
      font-size: 22px
     }
a:link     {color:green}
a:visited  {color:yellow}
a:hover    {color:red}
a:active   {color:blue}



