body {
    color: #555;
    font-family: Cambria, serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

p {
    text-indent: 15px;
    margin: 0.5em 0;
}

h1 {
    font-size: 32px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}

div.center {
	text-align: center;
}

div.left {
	text-align: left;
}

div.right {
	text-align: right;
}

.hidden { display: none; }

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.noborder {
    border: none !important;
}
