body {background-color: black}

p {color: white}

h1 {color: red}
h2 {color: red}
h3 {color: white}
h4 {color: yellow}
h5 {color: white}
h6 {color: white}

a.dock-item:link {color: white}
a.dock-item:visited {color: white}
a.dock-item:hover {color: red}
a.dock-item {text-decoration: none}

a.one:link {color: white}
a.one:visited {color: white}
a.one:hover {color: white}
a.one {text-decoration: underline}
a.one:hover {font-size: 110%}
a.one:hover {text-decoration: none}

a.two:link {color: red}
a.two:visited {color: red}
a.two:hover {color: white}
a.two {text-decoration: underline}
a.two:hover {text-decoration: none}

a.three:link {color: red}
a.three:visited {color: red}
a.three:hover {color: white}
a.three {text-decoration: underline}
a.three:hover {font-size: 100%}
a.three:hover {text-decoration: none}

a.four:link {color: red}
a.four:visited {color: red}
a.four:hover {color: white}
a.four {text-decoration: none}
a.four:hover {font-size: 100%}
a.four:hover {text-decoration: none}

a.main:link {color: red}
a.main:visited {color: red}
a.main:hover {color: white}
a.main {text-decoration: underline}
a.main:hover {font-size: 100%}
a.main:hover {text-decoration: none}

a.five:link {color: red}
a.five:visited {color: red}
a.five:hover {color: yellow}
a.five {text-decoration: none}
a.five:hover {font-size: 75%}
a.five:hover {text-decoration: none}

a.lol:link {color: 00BB00}
a.lol:visited {color: 00BB00}
a.lol:hover {color: red}
a.lol {text-decoration: none}
a.lol:hover {font-size: 101%}
a.lol:hover {text-decoration: none}

a.contact:link {color: red}
a.contact:visited {color: red}
a.contact:hover {color: white}
a.contact {text-decoration: underline}
a.contact:hover {text-decoration: none}

a.enter:link {color: red}
a.enter:link {font-size: 150%}
a.enter:visited {color: red}
a.enter:visited {font-size: 150%}
a.enter:hover {color: white}
a.enter:hover {font-size: 150%}
a.enter {text-decoration: underline}
a.enter:hover {text-decoration: none}



body  {scrollbar-3dlight-color:red;
      scrollbar-arrow-color:white;
      scrollbar-base-color:red;
      scrollbar-darkshadow-color:;
      scrollbar-face-color:black;
      scrollbar-highlight-color:black;
      scrollbar-shadow-color:}

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}