﻿a:link
{
	color: #0000CD; 
}
a:visited
{
	color: Purple; 
} 
a:active 
{
	color: Red;
}

body
{
	text-align: center;
	margin: 10px auto;
	font-family: Times New Roman;
	color: Maroon;	
	background-color: #991717;
}

/*background: url(../Pictures/Misc/BM-YellowPaper.jpg); ;*/

table       
 {  border-width: 0px;  border-color:  Silver;    text-align: center;  
  }

  TD {
	   padding: .75pt .75pt .75pt .75pt; 
}

DIV {
	text-align: center;
}

#box {
	background-image: url('../Pictures/Misc/BM-YellowPaper.jpg');
	background-repeat: repeat;
	z-index : 0;
	text-align: center;
	margin: 0 auto;
}



P {
	 text-align: center;
}

			   
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman;
}
h1
{
	color: Maroon;
}
h2
{
	color: Maroon; 
}
h3
{
	color: Maroon; 
}
h4
{
	color: Maroon;
}
h5
{
	color: Maroon;
}
h6
{
	color: Maroon;
}
           
           
           
