
body 
{
    background-image: url(back1.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    
    
    margin-left: 170px;
}

h1 
{
    font-size: 35pt;
    margin-top: 100px;
    margin-bottom: 5px;
    font-family: Times New Roman;
    color: #333366;

}
h2 
{
    font-size: 26pt;
    margin-top: 50px;
    margin-bottom: 5px;
    font-family: Times New Roman;
    color: #333366; 
}
h3 
{
    font-size: 22pt;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #333366; 
}

hr 
{
    text-align: left;
    color: #aa3333;
}
p
{
    font-size: 12pt;
    color: #333366;
}
p.special
{
    font-size: 12pt;
    color: #666699;
}
p.menu 
{
    position: absolute;
    left: 15px;
    top: 120px;
    font-size: 12pt;
    
}
p.smaller
{
	font-size: 15pt;
}
p.large
{
	font-size: 15pt;
}

hr.large
{
	text-align: left;
	color: #000000
}
hr.smaller
{
	text-align: left;
	color: #000000
}

