

html {
	scrollbar-base-color: #FF00b3;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #0;
	scrollbar-darkshadow-color: #663399;
	scrollbar-face-color: #0;
	scrollbar-highlight-color: #FFCCFF;
}

body {
	background: #000000;
	background-image:url(stars.jpg); background-repeat:repeat;
	color: #ff99ff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
     	margin: 10px ; /* 0 to avoid margins */
    	text-align: center; /* to correct the centering IE bug*/
}

h2 {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	font-weight: bold;
	background: #ff00b3;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border:color:white;
	width: 100%;
}

h3 {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #ff00b3;
	background: #800080;
	width: 100%;
}

table, td, {
	color: #ff00b3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	border: 1px solid #800040;
}

ul, ol, li, dd, {
    	font-size: 13px;
	color: #ff00b3;
    	line-height: 120%;
    	margin-top: 0px;
    	margin-bottom: 0px;
}

dt, p {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
}

b {
	font-size: 14px;
}

a:link, a:visited, {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-decoration: none;
}

a:active, {
	color: #ff00b3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #ff00b3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
}

button {
	background: #ff00b3;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #ff00b3;
}

option, {
	background: #ff00b3;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #ff00b3;
}

input, textarea, select, option {
	background: transparent;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #ff00b3;
}

hr { 
	width:90%; 
	color:#800080;
	text-align:center;
} 
	
#global {
     position: relative; /* global container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 600px;
     text-align: left; /* to realign your text */
     }

#next, #previous, {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	text-align:center;
	border: 1px solid #ff00b3;
	text-decoration: none;
	width: 100px;
}

#HTML { 
	width: 575px;
	background:#250025;
	color:#ffccff;
	border:1px solid #800080
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	padding: 5px 5px;
	text-align: left;
}

#center {
	width: 590px;
	text-align: center;
}

#menu {
     	position: relative; /* global container positioning */
	margin-top: 5px;
     	margin-left: auto;
     	margin-right: auto;
     	width: 175px;
	border: 1px solid #ff00b3;
     	text-align: left; /* to realign your text */
}

#block { 
	border:1px;
	border-style:solid; 
	border-color:#ff00b3; 
	padding:5px;
	margin-top:5px;
}
