body	{
    font-family:Arial, Verdanna, sans-serif;
    padding:40px;
    font-size:13px;
    line-height:23px;
}
h1		{
    font-size:24px;
    line-height:28px;
    margin:0 0 20px 0;
}
h2		{
    font-size:16px;
    line-height:22px;
    margin-top:40px;
}
h3		{
    font-size:14px;
    line-height:22px;
}
a 		{
    text-decoration:none;
    color:#14a5db;
    border-bottom:1px solid #14a5db;
    padding-bottom:1px;
}
ul 		{
    padding-left:15px;
}
table   {
    width:100%;
    border-collapse: collapse;
    margin-bottom:20px;
}
th,td  	{
    border:1px solid #999;
    padding:5px 10px;
}