* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(images/backgr.jpg);
background-attachment: scroll;
background-repeat: repeat-x;
background-color: #000033;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
}

a img {
border: 1px #3366CC solid;
}

a:hover img {
border: 1px #FF9900 dashed;
}

.b_galls {
font-size: 12px;
color: #FFCC66;
font-weight: bold;
text-decoration: none;
}

.b_galls:hover {
font-size: 12px;
color: #FF9900;
font-weight: bold;
text-decoration: underline;
}

.nexttext {
font-family: Verdana;
font-size: 22px;
color: #FFCC66;
text-decoration: none;
}

.nexttext:hover {
color: #FF6633;
text-decoration: underline;
}

.top {
font-size: 18px;
font-weight: bold;
color: #FFFFCC;
text-decoration: none;
}

.top:hover {
color: #FF6633;
text-decoration: underline;
}