﻿body{
	margin: 0px;
	padding: 0px;
	background: #14354d;
}

p {
	text-align: center;
}

.title{
	font-size: 16px;
	font-family: Arial;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.text,.text:link,.text:active,.text:visited{
	font-size: 15px;
	font-family: Arial;
	text-decoration: none;
	color: white;
}

a.text:hover{
	text-decoration: underline;
}
