body {
    margin: 0;
    background: white;
    text-align:center;
    font-family:verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #2c3034;
}
a {
    color: #015bae;

}
a:hover {
    color: #ff7700;
}
.container {
    width:400px;
    margin:auto;
    padding:60px 0 15px 0;
}
.clr {
    clear:both;
}
.pre {
    font-family:'courier new',monospace;
    font-weight:bold;
    color:#000;
    font-size: 15px;
}
p {
    margin: 0;
    padding: 0 0 15px 0;
}
.small {
    font-size: 10px;
}
.center {
    text-align: center;
}
h1, h2, h3 {
    font-family:arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    line-height:130%;
}
h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #000;
    margin: 15px 10px 10px 10px;
    line-height: 35px;
}
h2 {
    margin: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
h3 {
    font-size: 15px;
    color: #4c555a;
    margin: 0 0 4px 0;
}
.about {
    margin: 0 0 0 0;
}
.content {
    margin: 0 0 60px 0;
    text-align: left;
}
.welcome {
    margin: 0 0 60px 0;
}
ul {
    margin: 0 0 15px 10px;
    padding: 5px 0 0 10px;
}