﻿body 
{
	color: maroon;
	background-image: url("images/bg.PNG");
	background-color: #FFA05A;
	background-attachment:fixed;
}

h3
{
	font-weight: bold;
	font-size: larger;
	background-color:#C0504D;
	color: white;
}

h4
{
	font-weight: bold;
	font-size: larger;
	color: #C0504D;
}

td.line1
{
	width:5px;
}

td.line2
{
	width: auto;
}
td.line3
{
	width: 7px;
}