/*Alonzo Cedric Edwards*/

body {
      background-color: #ffff99;
      font-size: 23px;
      font-family: elephant, eras bold itc, arial, impact;
      font-weight: bold;
      line-height: 1.6em;
      text-align: center;
      color: green;
      }

#heading {
          border: black solid 5px;
          padding: 25px;
          padding-left: 10px;
          padding-right: 10px;
          margin: 20px;
          font-family: eras bold itc, arial rounded mt bold, impact;
          font-size: 25px;
          font-weight: bold;

          color: black;
          background-image: url(pictures/Lobo.jpg);
          background-repeat: no-repeat;
          background-position: left;
          text-align: center;
          }

#article {
            border: black solid 5px;
            padding: 25px;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 200px;
            margin-right: 200px;
            background-image: url(pictures/Lobo1.jpg);
            background-repeat: repeat;
            background-position: center;
            font-family: arial rounded mt bold, arial, times new roman;
            font-size: 14px;
            color: black;
            text-align: left;
            }

.favorite {
           font-family: impact;
           color: blue;
           }

h1, h2, h3, h4 {
                color: black;
                text-align: center;
                }

#batman {
         border: black solid 5px;
         margin-left: 20px;
         padding: 5px;
         background-color: white;
         float: right;
         }


#robin {
        width: 200px;
        background-color: purple;
        background-image: url(dynamicduo.jpg);
        background-repeat: repeat-x;
        background-position: top left; 
        color: yellow;
        font-style: oblique;
        font-size: 26px;
        border-style: solid;
        border-color: black;
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 5px;
        border-right-width: 5px;
        padding: 75px;
        margin: 40px;
        float: left;
        }

#batgirl {
          background-color: yellow;
          background-image: url(1950batman.jpg);
          background-repeat: no-repeat;
          background-position: right;
          color: blue;
          font-style: italic;
          border: black solid 5px;
          padding: 25px;
          padding-left: 5px;
          padding-right: 5px;
          margin: 5px;
          text-align: left;
          }

a:link {
        text-decoration: underline;
        color: green;
        }

span {
      color: red;
      }

a:visited {
           text-decoration: underline;
           background-color: red;
           }

a:hover {
         text-decoration: underline;
         font-weight: bold;
         font-size: 24px;
         }

#joker {
        border: black solid 5px;
        padding: 150px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 20px;
        background-image: url(joker.jpg);
        background-repeat: no-repeat;
        background-position: center;
        }

/*Alonzo Cedric Edwards*/   






         