/*
stylesheet for wk 9 assignment 
*/

* {
margin: 2px;
padding: 2px;
}

#container {
width: 60%;
margin-right: auto;
margin-left: auto;
}
#bodybackground{
background-color: #E3E0E8;
width: 850px;
height: 900px;
}

h2
{color: yellow;
}

h3
{font-size: x-large;
text-align: center;
}
#headwrapper
{
color: white;
font-family: calibri; sans-serif;
}

body
{
background-image: url(images/background.jpg);
background-position: top left;
background-size: contain;
font-family: Helvetica, georgia; sans-serif;
color: black;
}

#bodydesign {
margin: 10px;
border: 2px solid black;
border-style: solid;
float: center;
background: white;
color: black;
text-align: center;
width: 800px;
height: 250px;
margin-right: auto;
margin-left: auto;
}

ul
 {
list-style-type: decimal;
list-style-position: inside;
text-align: left;
}
#Table_01
{
margin: 10px;
margin-right: auto;
margin-left: auto;
}
h1
{

}

ul
{

}

h2
{
border-bottom: 4px solid white;
border-bottom-color: white;
padding: 2px;
}

p
{

}