html { 
font-size: 100%; 
} 
p {
line-height: 1.3em;
padding-bottom: 1em;
}
a, a:link, a:visited {
color: #E17C01;
text-decoration: underline 1px dotted;
}
a:hover {
color: #E17C01;
text-decoration: underline 1px solid;
}