body {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color:#444;
}

a, a.ajaxlink { 
    color:#4676a6;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; 
}
a:hover, a.ajaxlink:hover { 
    color: #F47A6D; 
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s; 
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
}

a.ajaxlink { text-decoration:none; }
a.ajaxlink:hover { text-decoration:none;}

h1 { padding:0; margin-top:0px; margin-bottom: 10px; font-size:28px; }

h1 span { color:#BDC3C7; }
h1 a { color:#BDC3C7; }

h1 a:hover { 
color:#d35400; 
}
h1, h2, h3, h4, h5, h6 { 
color: #444444; 
font-weight: 
normal; 
margin-bottom: 10px; 
}

p { line-height:20px; }

pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #DDD;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px 15px;
    margin:0;
}

blockquote {
    background: none repeat scroll 0 0 #f9f9f9;
    border-left: 4px solid #ededed;
    color: #666;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 0;
    padding: 6px 10px;
}

ul {
    margin:0 0px;
    padding:0;
}

.positive { color:green; }
.negative { color:red; }
