/*
// Stamdard link CSS
*/

a.pageLink:link {text-decoration:none;color:#2304ba;}
a.pageLink:visited {text-decoration:none;color:#2304ba;}
a.pageLink:active {text-decoration:none;color:#2304ba;}
a.pageLink:hover {text-decoration:underline;font-weight:bold;color:blue;}
.photos
{
	padding: 5px;
    border: solid 1px #808080;
	margin: 5px;
	border-radius: 25px;
}
.footerNav a
{
	color: #050546;
	text-decoration: none;
}
.footerNav a:hover
s{
	color:white;
	background-color: #050546;
	text-decoration: none;
}
.footerBar
{
	color: white;
}
.footerBar a
{
	color: white;
	text-decoration: none;
}
.bySteveRyckman
{
	color: red;
	font-family: "Lucida Console";
	font-size: 20px;
}
.smallFont
{
	font-size: smaller;
	font-family:Arial;
}



/*)
// Other site specific settings
*/
.pageTitle
{
	color: #050546;
	font-size: 24px;
	font-family:Arial;
	font-weight:bold;
}
.pageSection
{
	color:#A10000;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
}
.pageSectionBlue
{
	color:#050546;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
}
.pageText
{
	color:#000000;
	font-size:14px;
	font-family:Arial;
}
.pageTextRed
{
	color:#A10000;
	font-size:14px;
	font-family:Arial;
}
