
body {
        background-color:#444444;
        background-attachment:fixed;
        background-repeat:no-repeat;
        background-image:url(../image2.jpg);

        background-position:center;
        color:#fffc0f;
        font-size:120%;
        margin:10%;
        border-width:100px;
        border-color:#7f0088;


        scrollbar-3dlight-color:;
        scrollbar-base-color:'#4f0088';
        scrollbar-darkshadow-color:'yellow';
        scrollbar-face-color:'#4f0088';
        scrollbar-arrow-color: white;
        scrollbar-highlight-color:orange;
        scrollbar-shadow-color:darkbrown;
        scrollbar-track-color: '#cf0088';
    }
p {border-width:25px;border-color:blue;align:center}
a:link {color:#fffc0f; }
a:visited {color:#fffc0f; }
a:hover {color:#fffc0f; }
a:active {color:#fffc0f; } 
input{font-size:120%}
button{font-size:120%;weight:bolder;background-color:beige}

