
/* Created by Rob White for Cottage Web Hosting.
This is the main style sheet for the cantheymakeitanycheaper.com web site */

body{ backgroundackground-color: gray;} 
p { color: black; } 
p.first { background-color: #21005a; }
p.second { background-color: #e0e0e0; }
p.third { 
	background: purple;
	color: white;
}
h1 {
font-size: 24pt;
font-family: arial, helvetica, sans-serif;
color: black;
margin-left: 1em
}
h2 {
font-style: itlalic;
font-weight: bold;
font-size: 20pt;
font-family: arial,helvetica,sans-serif;
color: red
text-transform: uppercase
margin-left: 1em;
}

h3{ 
font-weight: bold;
font-size: 16pt;
color: white; 
background-color: black;
border: green solid thin;
display: inline;
}

h4 {
font-size: 12pt;
color: navy;
background-color: white;
border: navy thin solid;
padding; 3px
display: inline;
width: 200px;
}