/* CSS Document */

h1 {
    font-size:2em;
    font-weight:lighter;
    color:#ff9933;
}


h2 {
    font-size:1.5em;
    font-weight:lighter;
    color:#ff9933;
}

h3 {
    font-size:1.2em;
    font-weight:lighter;
    color:#ff9933;
}

.small_black {
    font-size:0.6em;
}

.strong {
	font-weight:bold;
}

.strong a:hover {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}