body {
	background-color: #D1BFD9;
	background-image: url(../../images/ci_background.jpg);
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	color: rgb(255,255,255);
}

#bodycontent {
	background-color: rgb(68,25,87);
	width: 750px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-size: 16px;

	padding: 8px;

	margin-left: auto;
	margin-right: auto;
} 

div.center {
	text-align: center;
}

.big {
	font-size: 22px;
}

.small {
	font-size: 14px;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

.uline {
	text-decoration: underline;
	color: rgb(0,0,0);
}


