.dashed_border {
border : 1px dashed black;
}
.border_xxl {
border : 5px solid #777777;
color : white;
background-color : green;
font-weight : bold;
}
.dashed {
border : 3px dashed #CC0000;
background-color : white;
}
