﻿@charset "utf-8";

@import url('file:///C:/Users/BethanyMfastlink_style.css');

body {
	background-color:#C1CEC9;
}
/* declaration for the links */
a:link {
	color:#000080;
	text-decoration: none;
}
a:visited {
	color:#000080;
	text-decoration: none;
}
a:active {
	color:#000080;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}

#banner {
	padding-top:5px;
}
/* declaration for the green page title*/
.title {
	font-family:"Copperplate Gothic Bold", fantasy;
	color:#009900;
	font-size:18px;
	text-align:center;
}

/* declaration for the */
.tabletitle {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}

/* declaration for the Bethany Search*/
.search {
	font-weight: bold;
	font-size:15px;
	font-family: "CG Omega", sans-serif; 
	color: #009900;
}

/* declaration for the links under the sections*/
.sitelinks {
	color: #000080;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* declaration for the webmaster text*/
.webmaster {
	font-weight:bold;
	font-family:"Century Gothic";
	color: #000080;
	font-size: xx-small;
}

/* declaration for the webmaster name*/
.webname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#000;
}

/* declaration for the table with the main links*/
.tcontent {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:2.0em;
	width:144px;
	height:26px;
	background-color:#00FFFF;
	color:#000080;
}

/* declaration for the gray border on the table with links */
.linkingtable {
	border:1px #C1CEC9 solid;
	background-color:#C1CEC9;
}

/* declaration for the horizontal rules*/
hr { 
	width:100%;
	height:2px;
	text-align:center;
	color:#009900;
	background-color:#009900;
}

/* declaration for the section title*/
.linkhead {
	font-size: 16px;
	text-align:center;
	background-color:#347731;
	color:#FFF;
	font-family: Calibri, sans-serif;
}

/* declaration for the content table with sections*/
.linktable {
	border:thin;
	color:#000;
}

.footnote {
	font-family: Arial, sans-serif;
	font-size: x-small;
	color: #347731;
	text-indent: 0px;
	margin-left:2px;
}

/* declaration for the copyright notice*/
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#008080;
}

