/* stylesheet.css*/

/* Body text and page background */
body{
background-color: pink;
}
 
/* Style for main content column */
#main{
margin: 4em;
/* margin-left must equal */
/* total width of left sidebar */
margin-left: 8em;
}

/* Style for main content column */
#main{
margin-top: 1em;
margin-right: 4em;
margin-bottom: 4em;
margin-left: 8em;
}

/* Level 1 headings */ 
h1 {font-family: Arial, Helvetica, FreeSans, sans-serif;
font-size: 12px;
text-align: justify;
line-height: 1.5em;
color: black; }

/* Level 2 headings */
h2 {
font-family: Verdana, Geneba, Univers, sans-serif;
font-size: 11px;
text-align: justify;
color: black;
line-height: 1.5em;
 }

/* Level 3 headings */ 
h3 { 
font-family: Tahoma, Lucinda Impact, Charcoal, fantasy;
font-size: 12px;
text-align: justify;
}

/* Level 4 headings */ 
h4 { 
font-family: Tahoma, Lucinda Impact, Charcoal, fantasy;
font-size: 16px;
text-align: justify;
}

/* Page header style */
#header{
width: 100%;
}

/* Page footer style */
#footer{
font-size: 11px;
text-align: center;
color: brown;
font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* Paragraphs */
p {
font-family: Lucinda Handwriting, Monotype Corsiva, cursive;
text-align: justify;
padding-left: 40px;
padding-right: 40px;
line-height: 1.5em;
color: black; }
