html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html, body { 
    height: 100%; 
    margin: 0; 
    overflow: hidden; 
    padding: 0; 
    width: 100%; 
  } 
body{
    font-family: Tahoma, Geneva, sans-serif;
    font-size:14px;
}
input {
    color: #000;
    font: normal 12px Georgia, Verdana, sans-serif;
    line-height:14px;
} 
#titlebar {
    height:15px;
    width:300px;
    text-align: right;
    float:right;
}

#titlebar a {
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 45px;  /* added */
    vertical-align:middle;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: none;
}
.breakless {
    white-space:nowrap;
}
