﻿#textsize #textsizesmall {
	font-size: 12px;
		color:rgb(125,125,125);
}

#textsize #textsizemedium {
	font-size: 14px;
		color:rgb(125,125,125);
}

#textsize #textsizelarge {
	font-size: 16px;
		color:rgb(125,125,125);
}
/* --- For alternative headers START PASTE here --- */
#accesslinks {
	padding-left: 10px;
	padding-Right: 20px;	
	font-size: 0.9em;
	vertical-align: middle;
	text-align: left;
	float:right;
	text-decoration: none;
}

#accesslinks img {
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 1px;
}

a {
	text-decoration: none;	
	color:rgb(125,125,125);
	
}

a:hover {
	
	color: black;
	text-decoration: underline;
}