/* CSS definition file containing site wide stylesheets */

.random_text {
	font-size: 14px;
 	font-weight: bold;
 	font-style: italic
}

.mytextbox {
	background-color: rgb(234,234,232);
 	border: 1px solid rgb(128,128,128);
 	padding-left: 3px;
 	padding-right: 3px
}