body{
            font-family: Arial;
            background-color: #ffffff;
            margin:0px 0px 0px 0px;
            color:black;
            font-size: 20px;
        }
        h1{
            text-align: center;
            color:black;
            font-size: 40px;
        }

        a,
        a:hover,
        a:visited{
            color:#9043ab; 
            text-decoration: none;
        }

        p{
            margin-bottom:30px;
            margin-top:30px;
            display:inline-block;

        }

        div {
            padding:15px 0px 15px 0px;
        }
        .container{
            width: 100%;
            background-color:white;
            height: auto;
        }

        .slide{
            width:800px;
            min-height:700px;
            padding-top:30px;
            position: relative;
            margin-left:auto;
            margin-right:auto;
            padding-bottom:20px;

        }
        img{
            display : block;
             margin : auto;
             margin-bottom: 20px;
             width: 100%;
             padding-top: 10px;
        }

        .next{
            bottom:0px;
            position: absolute;
            float:right;
            right:0px;

        }

        .prev{
            bottom:0px;
             position: absolute;
            float:left;


        }

        .quoted{
            float: right;

        }

        iframe{

            margin-left:80px;
            margin-right:auto;
            position: relative;
        }

        .center{
            text-align: center;
                display: block;
        }

        .left{
            float:left;
        }

        .right{
            float: right;
        }
