/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}

/* Brainy Wight Loss Adsense and E-Zine boxes CSS */
/* Google AdSense in Navbar positioning */

/* Top positioning for Navbar boxes, to be changed when changing the number of the T2 pages */
.GAS_Nav, .ezf_nav {
				top: 1220px;
}

/* AdSense Navbar positioning */
.GAS_Nav {
				position: absolute;
				margin-left: -180px;
				width: 128px;
				z-index: 99;
}

/* Ezine Form in Navbar positioning */
.ezf_nav {
				position: absolute;
				margin-left: -180px;
				width: 138px;
				z-index: 99;
			    padding-left:7px;
}

/* Google AdSense "3rd column" positioning */
.GAS_Right {
				position: absolute;
				top: 0px;
				margin-left: 545px;
				width: 128px;
				z-index: 99;
}

/* Ezine Form "3rd column" positioning */
.ezf_right {
	position: absolute;
	background-color:#efbddf;
	top: 400px;
	margin-left: 547px;
	width: 150px;
	z-index: 99;
	border:thin groove #CC3399;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

/* Ezine Form formating */
.ezf-tr-xl-text {
	font-size: large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ezf-tr-med-text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.ezf-tr-small-text {
	font-size: 9px;
	}
.ezf-tr-input-bx { 
	width:136px;
	}
.ezf-tr-input-btn { 
	width:138px;
	}
.ezf-tr-red-text { 
	color:#DD0000; 
}
.ezf-tr-mag-text { 
	color:#990099;
	font-style:italic;
	font-weight:bold;
}

/* Stress Reducer Game Banner replacing the Nav links */
.SRG_Nav {
				position: fixed;
				top: 200px;
				margin-left: -180px;
				width: 120px;
				height: 240px;
				z-index: 99;
				padding: 4px;
				border-width: 0px;
}
