
body {
	font: normal normal normal 11px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	color: #333333;
}

/* text alignment */
.righttext { text-align: right; }
.centertext { text-align: center; }
.italic { font-style: italic;}
/* colors */
.red { color: #f792b2; }
.lightgray { color: #EEEEEE; }

div#center h1 {
	font-size: 14px;
	padding-bottom: 6px;
}
div#center ul {
	padding-left: 30px;
} 


div#center h2 {
	font-size: 13px;
	padding-bottom: 4px;
}

div#center h3 {
	color: #d91c5c;
	font-size: 12px;
	padding-bottom: 1px;
}

div#left a, div#center a {
	color: #333333;
}

div#left a:hover {
	text-decoration: none;
	color: #f792b2;
}
div#center a:hover {
	color: #f792b2;
}


div#center p {
	margin-bottom: 6px;
}

div#right a, div#center a {
	color: #333333;
}

div#right a:hover {
	text-decoration: none;
	color: #f792b2;
} 

div#left h1 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

div#left h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}


div#left p {
	margin-bottom: 6px;
}

div#links strong {
	color: #d3d3d3;
}

div#links a {
	font-size: 11px;
	color: #d3d3d3;
	text-decoration: none;
}

div#tagcloud h1, div#tagcloud h2, div#tagcloud h3, div#tagcloud h4, div#tagcloud h5, div#tagcloud h6 {
	text-align: center;
	display: block;
	float: left;
}

div#tagcloud h1 { font-size: 14px; } 
div#tagcloud h2 { font-size: 13px; } 
div#tagcloud h3 { font-size: 12px; } 
div#tagcloud h4 { font-size: 11px; } 
div#tagcloud h5 { font-size: 10px; } 
div#tagcloud h6 { font-size:  9px; }

div#copyright { color: #d3d3d3; }
div#copyright a { color: #f792b2; }
