“Who wants to die? Everything struggles to live. Look at that tree growing up there out of that grating. It gets no sun, and water only when it rains. It's growing out of sour earth. And it's strong because its hard struggle to live is making it strong. My children will be strong that way.” ― Betty Smith, A Tree Grows in Brooklyn
“If you need something from somebody always give that person a way to hand it to you.” ― Sue Monk Kidd, The Secret Life of Bees
CSS

        body{
            background-color: khaki;
            font-family:Verdana;
            margin: 0px;
        }

        div{
            margin-left:auto;
            margin-right:auto;
            padding:20px;
            border:10px solid #0066FF;
            background-color:#00FFFF;
            margin-top: 30px;
            letter-spacing: 2px;
            font-weight:bold;
        }

        .ex1 {
            width:75%;
        }

        .ex2 {
            width:200px;
            font-size:larger;
        }
        .empahsis {
            font-style:italic;
            color:red;
        }

      	table {
            margin:20px;
        }