/* --MISC -- */
html,body {
    text-align:center;
    font-size:12px;
    font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color:#0b0b0b;
}
strong {
	font-weight:bold;
}

/* -- HEADINGS -- */
h2 {
	font-weight:bold;
	font-size:1.2em;
}

/* --- LINKS --- */
a {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
}

