/* Basics */

body {
background-color:#fff;
color:#000;
margin:0;
padding:20px;
font: normal 12pt/150% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

/* Hide the following items */

#navigation, #sponsorarea, #search, #onlineabilityLink, .post-edit-link, .breadcrumb, #footer, .FBConnectButton, #slick-slidetoggle, #toggle-search {
display:none;
}

/* Headers */

h1 {
font-size: 24pt;
}

h2 {
font-size: 20pt;
}

h3 {
font-size: 16pt;
}

h4 {
font-weight:bold;

}

/* Links */

a, a:VISITED {
text-decoration: none;
background-color: transparent;
}

/* Show URLs */
#wrapper a:after {
content: " (" attr(href) ")";
}
