body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #006495;
}
img.displayed {    
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.thumb{
    width: 190px;
}
p.reunion {
    font-family: sans-serif;
    color: yellow;
    font-weight:bolder;
    text-align:center;
    font-size:x-large;
}
p.details{
    font-family: sans-serif;
    color: yellow;
    font-weight:bold;
    text-align:center;
}
p.when{
    font-family: sans-serif; 
    color: yellow; 
    font-weight:bold; 
    text-indent:20px

}td.breadcrumb {
    font-family: sans-serif; 
    color: white; 
    font-size: small;
    text-align:left;
    padding-left:0px 
}
td.label{
    font-family: sans-serif;
    color: yellow;
    font-weight:bold;
    text-align: center;
    vertical-align:top;
}
td.sign {
   font-family: sans-serif;
   color:yellow;
   font-size: small;
   text-align: right;
}
td.comment {
 font-family: sans-serif;
   color:yellow;
   font-size: small;
   text-align: left;
}
td.rsign {
   font-family: sans-serif;
   color:#b3ddf0;
   font-size: small;
   text-align: right;
}
td.schedule{
    font-family: sans-serif;
    color: yellow;
    font-weight:bold;
    text-align: left;
    font-size: medium;
    vertical-align:top;
}
legend.sign {
   font-family: sans-serif;
   color:yellow;
   font-size: medium;
   font-weight:bold;
}
th{ text-align:left; 
    vertical-align:top;
}
li{
    font-family: sans-serif;
    color: yellow;
    font-weight:bold;
    list-style-image:url(images/Asterisk.png);
}




