/* CSS Document */

html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-repeat: repeat-x;
	background-position: right top;
	font: 12px verdana, arial, sans-serif;
}

select.keydown {
	behavior: url("/select_keydown.htc");
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}

.inverse {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: FFFFFF;
}

.inverse a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: FF0;
}

.inverse a:hover {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: CCC;
}

/* Return to top Styles*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
