* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 13px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    color: #656565;
	background: #fff;
    text-align: left;
}


p {
	padding-bottom: 16px;
	font-size: 14px;
	color: #3363a5;
	text-align: center;
}


p.contact {
	padding-bottom: 16px;
	font-size: 10px;
	color: #3363a5;
	text-align: center;
}

.contact a {font-weight: bold; color: #3363a5; text-decoration: underline; font-size: 12px;}
.contact a:hover {text-decoration: none;}

a { color: #262626; text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer;}


