﻿body
{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: Arial;
	/*background-image: url(  '../images/content/background/BackGround.jpg' );*/
}
a
{
    text-decoration: none;
    color: Red;
}

a:hover
{
    text-decoration: underline;
}
h1
{
	font-size: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2
{
	font-size: 1.2em;
	margin: 12px 0px 0px 0px;
	/*text-decoration: underline;*/
}
h3
{
	font-size: 0.9em;
	margin: 8px 0px 5px 0px;
	color: #888888;
	text-decoration: underline;

}
p
{
	margin: 8px 0px 0px 0px;
}
p:first-letter
{
	font-size: 1.2em;
	font-weight: bold;
	
}
.normal:first-letter
{
	font-size: 1.0em;
	font-weight: normal;
}
a img
{
    border: 0px;
}