﻿body {
	font-family:Arial
}

.Send
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.SendOK
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-style : normal;
	font-weight : bolder;
}

abbr.initialism {
	border-bottom : 1px dotted rgb(100,100,100); 
	cursor : help;
	speak : spell-out
}

h2 {
	background:#434E64;
	color:#fff;
	border:1px #6D7C9B solid;
	font-size:16px;
	padding:5px
}

h1 {
	background:#8895AE;
	color:#000;
	text-align:center;
	padding:5px;
	font-size:18px
}