/* CSS FOR JILLI'S BLOG. CREATED BY SYLVIA BASS */

/* GLOBAL STYLES */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0;
	width: 100%;
}
h1 {
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.7em;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:visited {
color: #003366;
	text-decoration: none;
}
a:visited:hover {
	color: #990000;
	text-decoration: none;
}
/* END GLOBAL STYLES */
#title {
	background-color: #F0F0F0;
	margin: 0px;
	width: 100%;
	border-bottom: 6px solid #fff;
}
/* WHERE THE LINKS AND ARCHIVES RESIDES */
#sidebar {
	color: #CCCCCC;
	min-width: 200px;
}
#sidebar ul {
	list-style: circle;
	font-weight: bold;
	}
#sidebar a:link {
	color: #eee;
	text-decoration: none;
	}
#sidebar a:visited {
	color: #fff;
	text-decoration: none;
	}
	
/* WHERE THE CONTENT OF THE BLOG RESIDES */
#content {
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	padding-left: 3em;
	padding-right: 3em;
	}
	