/*  Links CSS Sheet */

/*
a.:link, a.:visited {
	font-size: ;
	color: ;
	text-decoration: ;
}

a.:focus, a.:hover, a.:active {
	font-size: ;
	color: ;
	text-decoration: ;
}
*/


a.page_1:link, a.page_1:visited {
	color: #328843;
	text-decoration: none;
}

a.page_1:focus, a.page_1:hover, a.page_1:active {
	color: 3232bb;
	text-decoration: underline;
}


a.featured:link, a.featured:visited {
	font-size: 0.7em;
	color: #55b;
	text-decoration: none;
	padding: 2px 0 0 4.0em;
}

a.featured:focus, a.featured:hover, a.featured:active {
	font-size: 0.7em;
	color: #118;
	text-decoration: underline;
	padding: 2px 0 0 4.0em;
}

a.feature_name:link, a.feature_name:visited {
	color: #000;
	text-decoration: none;
	font-family: "Helvetica", "Verdana", slab-serif;
	font-size: 2.0em;
	border: 0;
	padding: 2px 2px 2px 2.2em;
	margin: 0;
}

a.feature_name:focus, a.feature_name:hover, a.feature_name:active {
	color: #000;
	text-decoration: none;
	font-family: "Helvetica", "Verdana", slab-serif;
	font-size: 2.0em;
	border: 0;
	padding: 2px 2px 2px 2.2em;
	margin: 0;
}


a.feature_date:link, a.feature_date:visited {
	color: #800;
	text-decoration: none;
	font-family: "Helvetica", "Verdana", slab-serif;
	font-size: 1.5em;
	border: 0;
	padding: 2px 2px 2px 3.2em;
	margin: 0;
}

a.feature_date:focus, a.feature_date:hover, a.feature_date:active {
	color: #009;
	text-decoration: underline;
	font-family: "Helvetica", "Verdana", slab-serif;
	font-size: 1.5em;
	border: 0;
	padding: 2px 2px 2px 3.2em;
	margin: 0;
}


a.login:link, a.login:visited {
	font-size: 0.7em;
	color: #949292;
	text-decoration: none;
	border: 0;
	border-bottom: 1px #eee solid;
	padding: 0 10px 0 10px;
	margin: 0 0 0 -9px;
}

a.login:focus, a.login:hover, a.login:active {
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	border-bottom: 1px #eee solid;
	padding: 0 10px 0 10px;
	margin: 0 0 0 -9px;
}


a.foot:link, a.foot:visited {
	color: #949292;
	text-decoration: none;
}

a.foot:focus, a.foot:hover, a.foot:active {
	color: #ffffff;
	text-decoration: underline;
}


a.aim_link:link, a.aim_link:visited {
	color: #232388;
	text-decoration: none;
}

a.aim_link:focus, a.aim_link:hover, a.aim_link:active {
	color: #232388;
	text-decoration: underline;
}