@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Book Antiqua", "Times New Roman", Times, serif; font-size:14px;
}
.homepageTitle {
	font-size:100px;
	font-variant:small-caps;
	text-shadow:#999 4px 4px 4px;
	font-weight:bold;
	text-align:center;
}
a.homepageTitle:link {
	font-size:100px;
	font-variant:small-caps;
	text-shadow:#999 4px 4px 4px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
}
a.homepageTitle:visited {
	font-size:100px;
	font-variant:small-caps;
	text-shadow:#999 4px 4px 4px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
}
a.homepageTitle:hover {
	font-size:100px;
	font-variant:small-caps;
	text-shadow:#999 4px 4px 4px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
}
a.homepageTitle:active {
	font-size:100px;
	font-variant:small-caps;
	text-shadow:#999 4px 4px 4px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
}
.menu {font-size:24px;}
a.menu:link {color: #000; text-decoration:none;}
a.menu:visited {color:#000; text-decoration:none;}
a.menu:hover {color:#000; font-weight:bold;}
a.menu:active {color:#000; font-weight:bolder;}


.menuLittle {font-size:20px;}
a.menuLittle:link {color: #000; text-decoration:none;}
a.menuLittle:visited {color:#000; text-decoration:none;}
a.menuLittle:hover {color:#000; font-weight:bold;}
a.menuLittle:active {color:#000; font-weight:bolder;}


ul.rss-items {list-style:none;
margin-left:0px;}
.rss-items {
	margin-top:0px;
	padding:0px;
	margin-left:0px;
}
.rss-item {padding-bottom:12px;}
a.rss-item {font-size:14px;}

.rightSubhead {
	font-size: 20px;
	text-shadow:#999 2px 2px 2px;
}
a.rss-item:link {color: #000; text-decoration:none;}
a.rss-item:visited {color:#000; text-decoration:none;}
a.rss-item:hover {color:#000; font-weight:bold;}
a.rss-item:active {color:#000; font-weight:bolder;}

h1 {font-size:28px;}
h2 {font-size:22px;}

a:link {color:#00C; text-decoration:none}
a:visited {color:#00C; text-decoration:none}
a:hover {color:#00C; text-decoration:underline; font-weight:bold;}
a:active {color:#00C; text-decoration:underline;}
