/*
 * "Liqube Printable" User Style - for use with 'Stylish'
 *  http://liqube.com
 *
 *  This style will try to remove all the basic junk from a website to make it as printable
 *  as possible, using Georgia as main font (you can change that easily by editing the font
 *  name inside the style). Mainly intended for black and white printing and or people who
 *  just want to save some toner or simply prefer reading it in plain text, like me. You can
 *  also use this style for easier copy/paste into Office applications, eg. turn this style
 *  on, copy/paste, turn this style off again. This will remove most of the annoying HTML
 *  formattings.
 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

body, a, p {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
    font-family: Georgia !important;
    font-size: 15px !important;
    line-height: 16px !important;
    margin: 4px !important;
}
table {
    background-color: white !important;
    background-image: none !important;
    color: white !important;
}
tr, td {
    background-color: white !important;
    background-image: none !important;
    color: black !important;
    font-family: Georgia !important;
    font-size: 15px !important;
    line-height: 16px !important;
}
div {
    background-color: white !important;
    background-image: none !important;
    font-family: Georgia !important;
    font-size: 15px !important;
    line-height: 16px !important;
    color: black !important;
}
hr {
    background-color: black !important;
    color: black !important;
    border: none !important;
    size: 1px !important;
    height: 1px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 0px !important;
}
font {
    font-family: Georgia !important;
    color: black !important;
}
h1 {
    background-color: white !important;
    color: #000000 !important;
    font-family: Georgia !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 21px !important;
}
h2 {
    background-color: white !important;
    color: #000000 !important;
    font-family: Georgia !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 19px !important;
}
h3 {
    background-color: white !important;
    color: #000000 !important;
    font-family: Georgia !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 17px !important;
}
h4, h5, h6 {
    background-color: white !important;
    color: #000000 !important;
    font-family: Georgia !important;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 16px !important;
}
span {
    font-family: Georgia !important;
    font-size: 15px !important;
    color: black !important;
    line-height: 16px !important;
}
em {
    font-family: Georgia !important;
    font-size: 14px !important;
    line-height: 15px !important;
    color: black !important;
    font-style: oblique !important;
}
b, strong {
    color: black !important;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 16px !important;
}
input {
    background-color: white !important;
    color: black !important;
    font-family: Georgia !important;
    font-size: 15px !important;
    line-height: 16px !important;
}
a {
    font-family: Georgia !important;
    color: #666666!important;
    font-size: 15px !important;
    line-height: 16px !important;
}
br {
    line-height: 12px !important;
}

}
/* i really want this to be global */
