.ch {
cursor: pointer;
cursor: hand;
}

.text {
color: #666;
font-size: 11px;
line-height: 17px;
}

a:link, a:visited {
color: #666;
font-size: 11px;
line-height: 20px;
text-decoration: none;
}

a:hover, a:active {
color: #333;
font-size: 11px;
line-height: 20px;
text-decoration: underline;
}

a.p-links:link, a.p-links:visited {
color: #666;
font-size: 11px;
line-height: 20px;
text-decoration: underline;
}

a.p-links:hover, a.p-links:active {
color: #333;
font-size: 11px;
line-height: 20px;
text-decoration: underline;
}

a.index:link, a.index:visited {
color: #666;
font-size: 30px;
line-height: 20px;
text-decoration: none;
}

a.index:hover, a.index:active {
color: #333;
font-size: 30px;
line-height: 20px;
text-decoration: none;
}

.enter {
width: 100px;
border: 2px solid #666;
margin: auto;
padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bigtext {
color: #000;
font-size: 30px;
}

.medtext {
color: #000;
font-size: 20px;
}

.links {
position: absolute;
right: 0;
left: 0;
top: 100px;
}

.image {
position: fixed;
border: none;
left: 0;
right: 0;
}

main {
position: fixed;
border: none;
width: 660px;
height: 300px;
left: 300px;
top: 175px;
background-color: white;
}

.container {
position: fixed;
border: none;
width: 660px;
height: 300px;
margin: auto;
right: 0;
left: 0;
top: 175px;
background-color: white;
text-align: center;
}

fieldset {
width: 200px;
border: 2px solid #666;
margin: auto;
padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whiterecbottom {
position: fixed;
width: 400px;
height: 92px;
left: 890px;
bottom: 0px;
background-color: white;
z-index: 1;
}

.sidebar {
position: fixed;
border: none;
width: 400px;
left: 890px;
top: 0px;
z-index: 1;
}

.collection {
position: absolute;
border: none;
left: 890px;
}

.copyright {
position: fixed;
border: none;
bottom: 10px;
right: 10px;
}

body {
scrollbar-3dlight-color: #F7F7F7;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #F7F7F7;
scrollbar-face-color: #F7F7F7;
scrollbar-highlight-color: #F7F7F7;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}