BODY { color: #000000; background-color: #33CCFF }

IMG  { border: 0 }

H1 { text-align: center }

UL.menu { 
        background: #33CCFF; 
        margin: 12px 12px 12px 12px;
        width: 150px
                                     /* No borders set */
      }
LI { 
        color: black;                /* text color is black */ 
        background: #6495ED;         /* Content, padding will be gray */
        margin: 3px 3px 3px 3px;
	padding: 0px 0px 0px 3px;
	list-style: none;            /* no glyphs before a list item */
        font-size: large                  /* No borders set */
      }

P.menu { text-align: center; 
	 font-weight: bold;
	 margin: 12px 12px 12px 12px;
 	 padding: 0px 0px 0px 3px;
	 background: #6495ED;
	 
	}


div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* we leave some place on the side using the margin-* properties */
#main {
        margin-left:10.2em;
        margin-right:10.2em;
        padding-left:1em;
        padding-right:1em;
}

#menu {
        left:0;
}
