@CHARSET "UTF-8";


.file a {
    display: inline-block;
    word-wrap: break-word;
    width: 300px;
}

.file a:link,a:visited {
/* 	color: #0000ff; */
    color: #9BB8FF;
    text-decoration: none;
}

.file a:visited {
    /* 	color: #8080ff; */
}

.file a:hover,a:active { 
	/* 	color: #0000ff; */
    /* 	color: #9BB8FF; */
    color: #EDF2FF;
    background: #44f;
    text-decoration: underline;
}

.file a:active {
/* 	color: #8080ff; */
}

.file {
    margin: 00px 10px 10px 0px;
    overflow: auto;
    float: left;
    width: 300px;
    word-wrap: break-word;
    height: 70px;
}

.name {
    font-size: 110%;
}

.size {
    font-weight: bold;
    reset: both;
}

.image {
    background: url("/img/chess.png") repeat;
}

.image img {
    background: url("/img/chess.png") repeat;
    height: 80px;
    width: auto;
    margin-right: 10px;
    float: left;
}

.aaaimage::after {
    content: "";
    background-image: url("/img/chess.png");
    background-repeat: repeat;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
