﻿body
{
    background-attachment: fixed;
    background-image: url(images/imagejpeg_11.jpg);
    background-repeat: repeat-y;
}

h1 
{
    color:White;
    font-style:italic;
    font-family:Times New Roman;
    font-size:16pt;
}

h2
{
    color: White;
    font-style: italic;
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
    line-height: normal;
}

h3
{
    color: White;
    font-style: normal;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    line-height: normal;
}

h4
{
	color: White;
	font-style: normal;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	line-height:normal;
}

h5
{
    color: White;
    font-style: normal;
    font-family: Arial;
    font-size: 22pt;
    font-weight: bold;
    line-height: normal;
}

.redprice
{
    color:Red;
    font-style:italic;
    font-weight:bold;
    font-family:Times New Roman;
    font-size:24pt;
    text-align: center;
}
