					* {
                  	font-family : Arial, Helvetica, sans-serif;
                  	color : black;
                   font-size : 14px;
                   }
					body{
                   margin:3px;
                   background-image : url(/bob/images/background.jpg);
                   background-color : #F5DEB3;
                   font-family : Arial, Helvetica, sans-serif;
                   }

                   .title {
                   font-weight : 700;
                   }
                   .titlename {
                   font-weight : 900;
                   font-size : 24px;
                   letter-spacing : 3px;
                   }
                   .links {
                  	font-weight : 600;
                  	font-size : 20px;
                  	letter-spacing : 7px;
                  }
                   .address {
                   font-weight : 500;
                   font-size : 18px;
                   letter-spacing : 3px;
                   }
                    .email {
                   font-weight : 500;
                   }

                   p {
					   margin: 10px 0;
                   }

li {
					   margin: 3px 0;
                   }


#container { width : 600px; margin: 10px auto; 
                   background-color : #fff;
				   padding: 10px;
}

.head { margin: 10px auto; text-align:center; }