﻿@charset "utf-8";

/*link characteristics
a:link	{color: #00F; text-decoration:none;}
a:visited{color: #900; text-decoration:none;}
a:hover{color: #390;text-decoration:underline;}
a:active{color: #900;text-decoration:none;}
*/
/*footer link characteristics*/
p{
	font-size:14px;
}

.thrColAbsHdr #footer a:link, .thrColAbsHdr #footer a:visited, .thrColAbsHdr #footer a:active {
	font-size: small;
	color: #663;
	text-decoration: none;
}

.thrColAbsHdr #footer a:hover {
	font-size: small;
	color: lime;
	text-decoration: underline;
}
/*class - site designed by*/
.design{
	font-size:small;
	color:#FFF;

}
.thrColAbsHdr #footer span a:link, .thrColAbsHdr #footer span a:visited, .thrColAbsHdr #footer span a:active {
	font-size: small;
	color: #FFF;
	text-decoration: none;
}
.thrColAbsHdr #footer span a:hover {
	font-size: small;
	color: lime;
	text-decoration: underline;
}

.thrColAbsHdr #header h1{
	color:#63F;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom:0;
	padding-bottom:0;
	line-height:0.8em;

}

.thrColAbsHdr #header span{
	font-size:small;
	color:#FFF;
	margin-left:15px;
	margin-top:0;
	padding-bottom:0;
}
#layer1{
	position: absolute;
	top:60px;
	left:810px; 
	width: 100px; 
	height: 20px; 
	z-index: 1;
}
.fontsize{
	float:right; 
	margin-right:5px; 
	border:1px black solid; 
	padding:4px;
}
