body {
 background-color: #ffffff;
 font-family: "Palatino Linotype","Book Antiqua","Palatino","URW Palladio L","FreeSerif",serif;
 font-weight: normal
 font-size: 16px;
 margin: 0 5em 0 5em;
 line-height: 1.4em;
}

a { 
 text-decoration: none;
}

a:hover { 
 text-decoration: underline;
}

.note {
 margin: 1em 0 1em 0;
 border: 2px solid red;
 padding: 0 10px 10px 10px;
 width: 500px;
}

.note h3, .note h2, .note h1 {
 text-align: center;
 font-weight: bold;
 background: red;
 color: white;
 border: 0px;
 margin: 0 -10px 10px -10px;
}

.note p {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

hr {
 border: none;
 background-color: #336699;
 height: 2px;
 width: auto;
}


/* styles for the talk page */

.talk_list {
 padding-left: 0px; 
}

.talk_listing {
 padding-bottom: 9px;
 list-style: square inside;
}

.talk_listing .talk_title {
 font-weight: bold;
}

.talk_listing .talk_date {
 font-style: italic;
}

.talk_listing .talk_description {
 /* display: none; */
 display: block; 
 padding: 0.5em 1.5em 0.5em 1.5em;
}

.talk_listing .talk_description_show, .talk_listing .talk_description_hide {
 font-size: 0.8em;
}

.talk_listing .talk_materials {
 font-size: 0.8em;
}

.talk_listing .talk_materials a {
}

/* notice box based on the wiki page */
.noticebox {
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-right: auto; 
    margin-left: auto; 
    width: 60%;
    font-style: italic;
    border: 2px dashed lightblue;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.affil-logos ul {
 list-style: none;
 marker-offset: 0px;
 display: block;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

ul.affil-logos li { 
 margin-left: 0px !important;
 display: inline;0
}

ul.affil-logos img { 
 margin: 0 0 0.5em 0;
}

#footer  { 
 text-align: center;;
}
