﻿/* stylesheet.css */
/* This style sheet links to homepage.html */
/* Style rule for page body */

body
{
    width: auto;
    background-color: #dfefcd;
    font-family:Lucinda, Sans-Serif;
    color: #000;
    text-align: center;
    
}

#wrapper {
width:45em;
margin: 20px auto 0 auto;
}

/* Style rule for level 1 headings */

h1 {
font-family:Brush Script MT, Sans-Serif;
text-align:center;
color: #000;
font-size:3em;
}

/* Style rule for level 2 headings */

h2 {
font-family:Sans-Serif;
text-align:center;
color:#000;
}

/* SLtyle rule for level 4 headings */
h4 {
font-family: Sans-Serif;
color:black;
text-align:left;
text-decoration: none;
font-style:normal;
}

/* Style rule for level 5 headings */
h5 {
font-family:Sans-Serif;
color:#000;
font-weight:bolder;
text-decoration:underline;
text-align:center;
}

/* Style rule for left sidebar column */
#sidebar {
background-color:#ffff66;
font-family:Serif;
color:Maroon;
float:left;
display:inline;
padding: 0;
margin:1em;
width: 13em;
}
/* Total width is 15em */

/* Style rule for main content column */

#main {
color:Maroon;
font-family:Serif;
font-weight:bold;
margin-top: 1em;
margin-right:15em;
margin-bottom:1em;
margin-left: 15em;
}
