        body{
            background-color: black;
            color: rgb(105, 6, 6);
        }
        li a{
            display: block;
            color: rgb(105, 6, 6);
            padding: 10px;
            text-decoration: none;
            font-size: 30px;
            background-color:black;
            border: 1px solid  rgb(105, 6, 6);
            width: 200px;
        }
        ul{
            list-style-type: none;
            margin: 3px ;
            padding:0px ;
            width: 200px;
        }
        li a:hover{
            background-color: rgb(105, 6, 6);
            border: black;
            color:black;
        }
        .pagetop{
            text-align: center;
            display: block;
            font-size: 300%;
            border: 5px solid rgb(105, 6, 6);
            background-color: rgb(105, 6, 6);
            color: black;
            margin: 10px;
        }
        #Avengedsevenfold{
        height: 340px;
        width: 640px;
        margin-left: auto ;
        }
        #soad{
            height: 450px;
            width: 450px;
        }
        #roar{
             height: 450px;
            width: 450px;
        }
        ul li{
        margin-left: auto ;
        }
        .bandintro{
            font-size: 25px;
            text-align: center;

        }
        .albums{
            text-align: center;
            font-size: 25px;
            list-style-type: none;
        }
        .albumsitem{
                        list-style-type: none;
        }
                h1 a{
            text-decoration: none;
        }
        h1 a :hover{
            color: rgb(0, 0, 0);
            background-color: rgb(105,6,6);
        }