                h1 {text-align:center;
                font-family: verdana;
                color: red;}
                p {font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;}
                h3 {text-align: center;}
                .greenText {color: green;font-size: 35px;
                font-family: verdana;}
                .blueText {color: blue;font-size: 35px;
                font-family: verdana;}
                .yellowText {color: yellow;font-size: 35px;
                font-family: verdana;}
                .center {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;}
                .boldText {font-family: Arial, Helvetica, sans-serif;
                    font-size: 16px;}
                img {border: 2px solid black;}
                .boldText2 {font-family: Arial, Helvetica, sans-serif;
                    font-size: 20px;}
                .indent {text-indent: 50px;}
                .ljusrosa {color:#ffadcd;
                    background-color:grey}
                .lavendel {color: #e6e6fa;
                    background-color:grey}
                .payawhip {color: #ffefd5;
                    background-color:grey}
                body {background-color: lightyellow;}
                .spec {background-color: red; 
                    font-size: 16px;}
                .bg_green {background-color: lime;}
                .code{font-size: 12px;
                font-family: 'Courier New', Courier, monospace;}
                a {color: grey;
                font-size: 16px;
                text-decoration:none;}
            a:hover {text-decoration: underline overline;}