body {
	background-color: #ffffff;
}

h1 {
	font-family: comic sans MS;
	font-size:36px;
	text-align: center;
	color: #000000; 
	background: inherit;
}

h2 {
	font-family: comic sans MS;
	font-size:26px;
	text-align: center;
	color: #000000; 
	background: inherit;
}

h3 {
	font-family: comic sans MS;
	font-size:20px;
	text-align: center;
	color: #000000; 
	background: inherit;
}

.title {
	font-family: comic sans MS;
	font-size:36px;
	text-align: center;
	color: #000000; 
	background: inherit;
}

p {
	font-family: comic sans MS;
	color: #000000;
	background: inherit;
	font-size: 12pt;
}

.addresstext {
	font-family: comic sans MS;
	font-size: 18px;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

/*Small font for Copyright*/
p.one {
	font-family: serif;
	text-align: center;
	color: #000000;
	background: inherit;
	font-size: 8pt;
}

/*Center alignment for text and objects*/
p.two {
	font-family: comic sans MS;
	text-align: center;
}

/*To make bold paragraph text*/
p.three {
	font-family: comic sans MS;
	font-weight: bold;
	text-align: left;
	color: #800040;
	background: inherit;
	font-size: 12pt;
}

/*Horizontal Rule*/
.mainbgcolor
{
	background-color: #000000;
	color:#ffffff;
}

/*------------------------------------------------Order Form Styles -------------------------------------*/ 

.formbkgd {
	background-color: #ffffff;
}

.tbheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.shipping {
	font-family: times, times new roman, serif;
	font-size: .6em;
	color: #000000;  
	background-color: transparent;
}

.colheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;  
	background-color: transparent;
} 

.fmtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;  
	background-color: transparent;
} 

.fmcenter {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;  
	background-color: transparent;
} 

.fmitalic {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;  
	background-color: transparent;
} 

.fmstrong {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;  
	background-color: transparent;
} 

.fmaddress {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

#divone {
  	text-align: center;
	display: none;
}

#divtwo {
  	text-align: left;
} 

#divthree {
  	text-align: center;
	display: none;
} 

#divform {
  	text-align: center;
} 

.tablealign {
	text-align: center;
}  

/*--------------------------------END ORDER FORM STYLES--------------------------------------*/  

/*Border Class Assignment Styles: Paragraph Border.*/
p.divbody {
  	border-top: #000000 5px inset;
  	border-right: #000000 5px inset; 
  	border-bottom: #000000 5px inset;
  	border-left: #000000 5px inset;
  	padding: 10px 10px 10px 10px; /* T-R-B-L */
  	background: #ffffff;
} 

a:link {
	font-family: comic sans MS; 
	color: blue; 
	background: inherit; 
	text-decoration: none; 
}

a:visited {
	font-family: comic sans MS; 
	color: purple; 
	background: inherit; 
	text-decoration: none; 
}

a:active {
	font-family: comic sans MS; 
	color: green; 
	background: inherit; 
	text-decoration: none; 
}

A:hover {
	font-family: comic sans MS; 
	Color: #ff0000;
	background: inherit;
	text-decoration: none; 
}