libs_basic.css
libs_basic.css
—
Cascading Style Sheet,
0Kb
File contents
@charset "utf-8";
/* CSS Document */
.clear {clear:both; height:0; font-size:.001pt; }
.floatL { float:left; }
.floatR {float:right; }
body, p, li, h1, h2, h3, h4, h5 {
font-family: "proxima-nova",Arial,sans-serif;
}
a {
border-bottom: 0.1em solid #CCCCCC;
color: #ad0000; text-decoration:none;
}
a:hover { border-bottom: 0.1em solid #CCCCCC;
color: #005580; }
p, li {
color: #666666;
font-size: 14px;
line-height: 1.618;
}
h1 {
color: #004963;
font-size: 36px;
}
h2 { color: #00788A;
font-size: 24px;
font-weight: bold;
}
h3 {
font-size: 24px;
font-weight: normal;
}
h4 {
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
}

