/* alicestyle.css    */
/* external css file */
/* 01-10-04 -m2      */

body {
	background-color:#2F4F4F;
	scrollbar-3dlight-color:#330033;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-Color:#000000;
	scrollbar-face-color:#336699;
	scrollbar-highlight-color:#330033;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#330066;
	text-align:center;
}
body,input,p,select,td,textarea,tr,u {
	color:#FFFFFF;
	font-family:"Trebuchet MS",verdana,helvetica,ariel,sans-serif;
	font-size:12px;
}

ul	{list-style-type:square;
}

/* the default anchor */
a {
	color:#FFFF66;
	text-decoration:none;
}
a:active {
	border-bottom:dashed yellow 1px;
}
a:hover {
	border-bottom:dotted #FFFF66 1px;
}
/* class nav anchor is bold */
a.nav {
	color:yellow;a
	border-bottom:none;
	text-decoration:none;
}
a.nav:active {
        font-weight:bold;
	text-decoration:underline;
}
a.nav:hover {
	text-decoration:underline red;
}
a.pic:hover {
	border-style:none;
}
h1,h2,h3,h4,h5 {
	color:#FFFFFF;
	text-align:center;
}
img {
	align:left;
	border:1px solid #000000;
}
img.bare {
	border:none;
}
input,select,textarea {
	background-color:#4B0082;
	border:1px solid #000000;
	margin:0;
	padding:2;
	text-align:left;
	vertical-align:middle;
}
input.but {
	background-color:#330066;
	border:2px solid #000000;
	margin:0;
	padding:1;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
table.main {
	background-color:#4B0082;
	border:1px solid #000000;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	align:center;
}
hr	{
	border-top: solid;
	color: yellow;
	height: 1px;
}
