.bigger {
        font-size: 115%
}

.biggest {
        font-size: 125%
}

.smaller {
        font-size: 95%;
}

.smallest {
        font-size: 90%;
}

.new {
	font-size: 105%;
	font-weight: bold;
	color: #160
}

.important {
        font-size: 120%;
        color: #009;
        font-weight: bold;
}

.box {
        border: 2px solid #009;
        padding: .25em;
	margin: 0 25% 0 25%;
}

.message {
        font-size: 105%;
        color: #009;
        font-weight: bold;
        border: 2px solid #c90;
        padding: 2em;
        margin: 1em 25% 1em 25%
}