body{
   /* font-family:Courier New, Arial, sans-serif; */
    font-family:'trebuchet ms',verdana,arial;
    font-size:0.9em;
    background: #eee;
    color: #333;
    text-align: left;
    line-height: 1.4em;
    margin: 1em auto;
    max-width: 800px;
    margin-bottom: 16px;
    border: none;
    background: none;
}

h1{
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #333; */
    font-size: 1.5em;
}

a {
    color: blue;
    font-weight:bold; 
    text-decoration: none;
}

a:hover {
text-decoration:underline;
}

.footer{
/*    border-top: 1px solid #333; */
    font-size:12px;
    text-align:center;
    }

.size-small {
	font-size: 12px;
}
.size-medium {
	font-size: 18px;
}
.size-large {
	font-size: 26px;
}
.size-x-large {
	font-size: 34px;
}

hr {
border: 0px;
border-bottom:1px solid  #aaaaaa;
}


