/* remove unecessary elements */
#header img {
display: none;
}
#backtotop img {
display: none;
}
#stylecurve {
display: none;
}
#searchbutton {
width: 27px;
height: 15px;
}

/* contribute user styles */
.bold {
font-weight: bold;
}
.italic {
font-style: italic; 
font-weight: normal;
}

.image_pad_and_align_left {
margin: 10px;
float: left;
}

.image_pad_and_align_right {
margin: 10px;
float: right;
}

.text_align_left {
text-align: left;
}

.text_align_center {
text-align: center;
}

.text_align_right {
text-align: right;
}

.quote {
display: block;
background-color: #FFFFFF;
width: auto;
padding: 10px;
margin: 20px;
font-weight: normal;
}

