A {
	color : #0000ff;
	text-decoration : none ;
}

A:visited {
	color : #0000ff;
	text-decoration : none ;
}

A:hover {
	color : #0000ff;
	text-decoration : underline ;
}

A:active {
	color : #0000ff;
	text-decoration : underline ;
}

.homePageTitle {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : bold;
	font-size : 20px;
}

.homePageText {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : normal;
	font-size : 14px;
}

.homePageFeatured {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : normal;
	font-size : 12px;
	background-color : #FFE57F;
	padding : 10px;
}

.regular {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : normal;
	font-size : 14px;
}

.pageTitle {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : bold;
	font-size : 20px;
}

.caption {
	font-family : "Comic Sans", "Comic Sans MS", sans-serif;
	font-weight : normal;
	font-size : 9px;
}


form[name="login"] { display: none;}

/*td hr {display:none;}*/

