﻿html
{
    margin: 0;
    padding: 0;
}

body 
{
  	background-color: rgb(255, 255, 255);
   	margin: 0;
    padding: 0;
    background-image: url('marble.jpg');
    background-repeat: repeat
}
 /* Properties that both side lists have in common */


.h1 {font-family: Arial, Helvetica;
				font-size: 14pt;
				font-weight:bold;
				text-align: center;
				
		}


.h1left {font-family: Arial, Helvetica;
				font-size: 14pt;
				font-weight:bold;
				text-align: left;
				
		}


.bodytext {font-family: Arial, Helvetica;
				font-size: 12pt;	
			        line-height: 1.4em;
				text-align: left;
		}
		
.bodyctr {font-family: Arial, Helvetica;
				font-size: 12pt;	
			        line-height: 1.4em;
				text-align: center
		}


.bodytext2 {font-family:Times New Roman,Times,serif;
				font-size: 16pt;
				font-weight: bold;
				text-align: center;	
			    line-height: 1.4;
			    color:#0033ff;
		}