@charset "UTF-8";
/* CSS Document */

.ten_down {
	padding: 10px 0 0 0;
	}
.name {
	font: large arial, sans-serif;
    color: #c00;
	}

a:hover .name {
	text-decoration: none;
	}
	
#directory div:nth-of-type(odd) {
    background: #f2f2f2;
    padding: 10px 20px;
}

#directory div:nth-of-type(even) {
    padding: 10px 20px;
}

#directory p {
    margin-left:114px;
}