Body {
	background-color: #161926;
	color: #BBBBCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

A:link    { color: #6699E9; text-decoration: none; }
A:active  { color: #6686A9; text-decoration: none; }
A:visited { color: #6686A9; text-decoration: none; }
A:hover   { color: #99BBFF; text-decoration: underline; }

img { behavior: url("/pngbehavior.htc"); }

.gallery {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
.gallery A, .gallery A:link, .gallery A:visited, .gallery A:active {
	color: #A0B0E0;
	font-weight: bold;
	text-decoration: none;
}
.gallery A:hover {
	color: #7090F0;
	text-decoration: underline;
}

Select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #6090E0;
    background-color: #161926;
    font-size: 9px;
    height: 16px;
}

Input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #6090E0;
    background-color: #161926;
    font-size: 9px;
    height: 18px;
}

TextArea {
    color: #BBBBCC;
    background-color: #161926;
    font-size: 9px;
}


