body {
	color: #FFFFFF;
	background-color: #383838;
	border:10px inset #B4B4B4 #B4B4B4 #B4B4B4 #B4B4B4;
	scrollbar-face-color:#8E8E8E;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color:#33FF33;
	scrollbar-track-color:#666666;
	list-style-image: url('/website/files/b_green.gif');
	list-style-type: circle;
	background-image: url('/website/files/hex_dbl_gray.png');
	background-repeat: repeat;
	background-attachment: scroll;
}

/*--------*/

a {
	color: #99FF99; text-decoration: none; font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #33FF33;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 24pt; font-weight: bold; text-align: center; white-space: nowrap; color: #CCCCFF
}

h2 {
	text-align: center; color: #FFFFFF;
}

b {	color: #FFFFD5; font-weight: bold; }
strong { color: #FFFFD5; font-weight: bold; }

acronym {
	border-bottom: 1px dashed #FFFFFF;
	cursor: hand;
}

/*--------*/

table {
	border: none;
	background-color: #303030;
	width: 100%;
	background-image:  url(background/digital.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
}

thead {
	background: #006600;
}

/*--------*/

img {
	border: 2px solid #00CC00
}

.border0 { border: 2px solid #FF0000; }
.border1 { border: 2px solid #FFFF00; }
.border2 { border: 2px solid #00FF00; }
.noborder { border: none; }


/*--------*/

/*p {
	text-indent: 0px;
}*/

/*p:first-letter {
	font-size: larger;
	font-weight: normal;
}*/

/*--------*/

.section {
	margin: 3px;
	border: 1px solid #FFFFFF	/* inset #FFFFFF #FFFFFF #FFFFFF #FFFFFF; */
}

/*--------*/

ul.disc { list-style-type: disc; }
ul.circle { list-style-type: circle; }
ul.square { list-style-type: square; }
ul.none { list-style-type: none; }
