/*stylesheet*/

body {
font-family: calibri, arial, helvetica, sans-serif;
font-style: normal;
font-size: 14px;
padding: 0;
margin: 0;
background-color: #464646;
}

p {
color: #ffffff;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
}

p.h1 {
font-size: 24px;
text-align: center;
color: #ffffff;
}

p.center {
text-align: center
}

a:link { color: #3668eb; text-decoration: none;}
a:visited { color: #3668eb; text-decoration: none;}
a:hover { color:#3668eb; text-decoration: underline; }
a:active {color: #3668eb; text-decoration: none; }