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

.nottbl{
width:85%;
margin:25px auto;
border-collapse:collapse;
border-top:1px solid #000000;
border-left:1px solid #000000;
}

.nottbl td,
.nottbl th{
font-size:13px;
padding:5px;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

.nottbl th{
color:#ffffff;
background-color:#330000;
}

.nottbl td{
padding:5px 10px;
}