body
{
  font-family: 'Lato',Verdana,sans-serif;
  text-align: justify;
  font-size: 16px;
  vertical-align: top;
  color: #222;
  background: #eee;
  padding: 2px;
}

.event {
    margin-bottom: 20px;
}

.event-date
{
    font-size: 150%;
}

.event-title
{
    font-size: 140%;
}

.event-location
{
    font-style: italic;
    margin-bottom: 5px;
}

.event-location a
{
    color: #222;
}

a:link, a:visited, a:hover, a:active
{
    color: #222;
}

.right
{
    text-align: right;
}

table, tr, td {
    padding: 0px;
    margin: -2px;
}

.icon {
    margin-left: 3px;
}
    

table{
    margin-bottom: 20px;
}

#main{
    width: 500px;
    margin:0 auto;
    padding-right: 10px;
}

h1, h2, h3, h4, h5, h6
{
  font-size: 17;
}

img
{
    border: none;
}

.no_border
{
    border-style: none;
}

.border
{
  border: 1px solid gray;
  background-color: white;
  }

a 
{
  color: #2153be;
  text-decoration:none;
  }

a:hover {text-decoration: underline;}

.current
{
  font-weight: bold;
}

