@charset "utf-8";
/* CSS Document */

#corpusLevus p { text-align:justify }

img { border: none }

dd { margin-bottom: 8px }

dt { margin-top: 15px; 
	font-weight: bold;
	}

h2 { letter-spacing: 1px}

dd a:link { 
	color: #333333;
	}
dd a:visited {
	color: 333333;
	}
dd a:hover {
	color: #FFF;
	background-color: #333333;
	text-decoration: none;
	}
dd a:active {
	color: #333333;
	}
	
.col_1 { width: 130px}



.subTable { border-collapse:collapse }
.even  {background-color:#fff; }
.even {line-height: 140%; font-size: 90% }
.even td,.uneven td { border-bottom: dashed 1px #333;border-top: dashed 1px #333; vertical-align:top; padding: 5px;  }
.uneven {
	background-color: #CCC;
}
.uneven {line-height: 140%; font-size: 90% }

h3 { margin-top: 0; padding-top: 0 }

.dis {display:block; 
	cursor:pointer;
	text-decoration:underline; }
