/* This file defines the displays format on CCCO_Home page. */

/* -- General Format: html body -------------- */
body { 
	background: #e8e8e8; 
	font-family: Arial, Helvetica;
	text-align: center; 
	color: #323232; 
}


/* -- Link Format: tag <a> -------------------- */
a:link, a:visited {
	color: #323232; 
	text-decoration:none; 
}

a:hover { 
	color: #323232; 
	text-decoration: underline;
}


/* -- Image Format: CCCO image ---------------- */
#main { 
	padding: .5em .5em .5em .7em;
	margin: auto auto auto auto;
}


/* -- Footer Format: foot information --------- */
#links {
	padding-top: .4em;
	font-size: 1em;
	font-weight: bold;
	clear: both;
}
#bottom {
	font-size: 1em;
	margin-top: 2em;
}

/* -- Alter Format: ---------------------------------------- */
#alternews {
	text-align: left;
	padding-left: 10em;
	width: 70%;
	color: red;
}
.emphsized {
	background-color: yellow;
	font-weight: bold;
}
