html, body {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

h2 {
    font-size: 24px;	
}

h3 {
    font-size: 14px;
}

a:hover {
    background-color: transparent;
}

a {
    color: #0000EE !important;
    text-decoration: none;
    cursor: pointer;
}

table td {
	word-break: break-all;
}