body {
	background-color: #d8f6ff;
	background-image: url(IMAGES/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table{	}
.moon {
background-image:url('IMAGES/circle.png');
background-position:left top; 
background-repeat:no-repeat;
}
a:link {
	color: #9F3FA0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F3FA0;
}
a:hover {
	text-decoration: underline;
	color: #9F3FA0;
}
a:active {
	text-decoration: none;
	color: #9F3FA0;
}
a.catlink:hover {
	font-weight:bold;
}
input.showtext {
	background-color: #FFECFF; 
	border: 1px solid #FFECFF; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#595651;

    color:#FFFFFF;
    cursor:pointer;
    font:11px sans-serif;
}

.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}

/* background-color: #b8fe4d; <-- summer color */
/* background-color: #d8f6ff; <-- winter color */
/* background-color: #81b235; <-- halloween color */
