@import url("LatoLatin/latolatinfonts.css");
@import url("LatoLatin/latostyle.css");

body {
%    font: Georgia;
    font-size: 88%;
    line-height: 1.5em;
    text-align: justify;
    margin-left: 18%;
    margin-right: 18%;
}
a:link {
     color:#b22222;
     text-decoration:none;
}
a:visited {
     color:#b22222;
     text-decoration:none;
}

#introductions {
    font-size: 105%;
    padding-left: 10px;
    padding-bottom:0em;
    background: rgb(225,225,225);
    color:  rgb(0,0,0);
%    font-family: "Lato";
    font-weight: bold;

}

#table {
%    background: rgb(240,240,240);

}

#left_column {
     width: 270px;
%     border-left:2px solid #ccc;
%     border-right:2px solid #ccc;
}
#main_column {
}
#right_column {
%     border-left:2px solid #ccc;
}

#name {
   text-align: center;
   font-family:sans-serif;
}

#collection {
     %padding-bottom:0.7cm;
     line-height:1.75em;
}

#collection2 {
     %padding-bottom:0.7cm;
     line-height:1.5em;
}
li.menu_item:not(:last-child) {
       margin-bottom: 1em;
}


