h1 {
	font-family: arial;
	font-size: 12px;
	color: #2F9B92;
	font-weight: normal;
	margin: 0;
}
h1:hover {
	font-family: arial;
	font-size: 12px;
	color: #88D3CC;
	font-weight: normal;
	margin: 0;
}
a {
	font-family: arial;
	font-size: 12px;
	color: #2F9B92;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 12px;
	color: #88D3CC;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

.link {
	font-family: arial;
	font-size: 11px;
	color: #2F9B92;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
.link:hover{
	font-family: arial;
	font-size: 11px;
	color: #88D3CC;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
.dev
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	background-color: #CBD3DE;
}
A.dev:hover
{
	font-family: arial;
	font-size: 11px;
	color: #2F9B92;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	background-color: #CBD3DE;
}
.otti{
	position:absolute;
	left:-300;
}