@import url("http://fonts.googleapis.com/css?family=Lato") all;

body, table {
font-family: Lato, Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size: 13px;
line-height: 150%;
margin: 0;
color:black;
}

h1, h2, h3 {
color: #69563c;
font-size: 25px;
font-family: Lato, Arial, 'Times New Roman','Trebuchet MS', Tahoma, sans-serif;
margin-top: 0.2em;
font-weight:normal;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 16px;
color: #000;
}

a, a:visited { color: #275881; text-decoration: underline; }
a:hover { color: #275881; text-decoration: none; }

a img { border: none }
