/* CSS Document */

/* style sheet for Discount For Military web pages */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size 100%
	}
	
h1 {
	font-size: 1.1em;
	font-weight: bold;
	}
	
h2 {font-size: 1.2em;
	font-weight: bold;
	}
	
h3 {font-size: 1.3em;
	font-weight: bold;
	}
	
#mainwrapper {
    width: auto;
	margin: 0 100px 0 100px;
	}
#mainwrapper a {
	color: #0033FF;
	}
#centertext {
     width: 60%;
	 }
	 
#maintext {
	line-height: 1.5;
	padding: 12px;
	text-align: justify;
	float: left; 
	width: 93%;
	}
#subheadtext {
	line-height: 1.5;
	padding: 12px;
	text-align: justify;
	float: left; 
	width: 93%;
	}
#subheadtext p:first-line {
    font-size: 1.2em;
	}

#footer1 {
	font-size: .8em;
	}
