body {
font-size:13px;
font-family:Lucida Grande, Lucida Sans Unicode, arial, sans-serif;
}
a {
color:red;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
p, li, th, td, label, dd {
line-height:16px;
}
p {
margin-bottom:10px;
line-height:16px;
}
li {
line-height:26px;
}
small {
font-size:0.8em;
}
big {
font-size:1.2em;
}
h1 {
margin:0 0 10px 0;
font-size:28px;
height:40px;
line-height:40px;
font-weight:normal;
}
h2 {
display:block;
line-height:22px;
font-size:15px;
color:#888;
}
h3, dt {
font-size:13px;
line-height:24px;
margin:18px 0 0 0;
font-weight:normal;
color:#888;
}
h4, h5, h6 {
line-height:16px;
margin:8px 0;
font-size:13px;
}

/* Classes */
.float-left{ float:left; }
.float-right { float:right; }
.align-left{ text-align:left; }
.align-right {text-align:right; }
.align-centre {text-align:center; }
.clear { clear:both;display:block;line-height:0px;font-size:0px; }
.grey{ color:#BFBFBF; }
.important { font-weight:bold;color:red; }