﻿.pos1 {
	position: fixed;
	z-index: 1002;
	width: 150px;
	height: 20px;
	top: 40px;
	right: 10px;
}

a {
	text-decoration:none;
}
		
a:link, a:active, a:visited{
	color: blue;
}
