/*
CSS for website
*/

*{
margin:0;
padding:0;
}

body
{
background-color: #2f73e8;
color: white;
font-family: helvetica, arial, verdana, sans-serif;
}

li
{
list-style: none;
}

h1
{
font-size:36pt;
position: absolute;
top: 110px;
left: 220px;
}


h2
{
position: absolute;
top: 165px;
left: 220px;
}

#classhome
{
position: absolute;
top: 90px;
left: 65px;
}

#monster
{
position: absolute;
top: 110px;
left: 570px;
}

#navigation
{
position: absolute;
padding: 2em;
top: 110px;
left: 50px;
background: #2fd4e8;
text-align: center;
}


#coursedescription
{
position: fixed;
padding: 1em;
left: 201px;
right: 50px;
top: 265.5px;
bottom: 92px;
line-height: 135%;
}
