  body {background: #FFFFFF;}


h1 {
	text-align: center;
	font-style: italic;
	font-weight: bol;
	font-size: 30px;
	font-family: arial, sans-serif;
	letter-spacing: 3px;
}  



h5 {
	
	font-style: italic;
	font-weight: bol;
	font-size: 12px;
	font-family: arial, sans-serif;
	letter-spacing: 3px;
}  


h6 {
	
	
	font-weight: bol;
	font-size: 12px;
	font-family: arial, sans-serif;

}  


a:link {
	color: #6699CC;
}

a:active {
	background-color: #FFFF00;
}

a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:blue;
	background-color:#faa95a;
}

p {
	text-align: center;
}

h2{
	font-family: arial, verdana, sans-serif; font-weight: bold;
	text-decoration: underline;
	letter-spacing: 6px;
	}

.tableMails{
	width:			100%;
	text-align:		center;
	border:			1px dotted silver;
}

.tableMails th{
	border:			1px solid silver;
	padding-top:		10px;
	padding-bottom: 	10px;
	background-color:	#222222;
	color:				white;
}

.tableMails td{
	border:			1px solid silver;
	padding-top:		10px;
	padding-bottom: 	10px;
}

.aButton, .aButton:link, .aButton:visited, .aButton:active{
	border:				1px black solid;
	background-color:	silver;
	color:				gray;
	padding:			2px 5px;
	margin:				10px;
	text-decoration:	none;
}

.aButton:hover{
	border:				1px black solid;
	background-color:	gray;
	color:				white;
	font-weight:		normal;	
	text-transform:		none;
	text-decoration:	none;
}




