﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    color:#333333;
    background-image:url('../../Images/bg.jpg');
    background-repeat: repeat-x;
	background-position: right top;
    background-color: #920000;
}
a
{
    color:Red;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color:Red;
}   
h1
{
    font-weight: normal;
    font-size: 34px;
    width: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: Red;
   
}
h2
{
    font-weight: normal;
    font-size:20px;
    margin:0px 0px 0px 0px;
    padding:0px;
    color:Red;
}
h3
{
    font-size:16px;
    color:Red;
    font-weight: normal;
}
h4
{
    font-size:14px;
}
p 
{
    font-size: 14px;
}
li {
    font-size: 14px;
}
