﻿html,body {
	height: 100%;
}
.countOfEmails
{
	font-family:Verdana;
	font-size:11px;
	color:#515151;
}
.mainText
{
	font-family:Verdana;
	font-size:15px;
	color:#515151;
}
.message
{
	font-family:Verdana;
	font-size:10px;
}
.mainTitle
{
	font-family:Verdana;
	font-size:21px;
	color:#515151;
}
a
{
    text-decoration:none;
    color:#515151;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}
