<!DOCTYPE html>
<html lang="en-US"> <!-- this line defines the language -->

    <head>

        <style> <!-- this area definse the styles for the page -->
            
            body {
                background-color:rgb(255,255,255);
            }

			body {
			  background-image: url("dragon-220.png");
			  background-repeat: no-repeat;
			  background-position: center;
			  background-attachment: fixed;
				background-size: 50%
			}
            
            h1 {
                color: #8a8c8f;
                font-family: dutch801 xbd bt;
                font-size: 400%;
            }
           
            h2 {
                color: #be1e2d;
                font-family: dutch801 xbd bt;
                font-size: 200%;
            }
            
            h3 {
                color: #d7e4c2;
                font-family: dutch801 xbd bt;
                font-size: 200%;
            }

			h4 {
                color: #41393d;
                font-family: dutch801 xbd bt;
                font-size: 200%;
            }
           
            p {
                color: #41393d;
                font-family: corbel;
                font-size: 100%;
            }

			p.menuitem {
                color: #41393d;
                font-family: corbel;
				font-weight: 200;
                font-size: 150%;
            }

			p.menudesc {
                color: #41393d;
                font-family: corbel;
				font-weight: 100;
                font-size: 100%;
            }
            
            p.l1 {
                color: #be1e2d;
                font-family: corbel;
                font-size: 125%;
            }
                        
            p.ex1 {
                margin: 10px; padding: 10px;
            }
            
            p.ex2  {
                padding: 25px;
            }

			p.footer {
                color: #d7e4c2;
                font-family: corbel;
                font-size: 100%;
			}
			
			a:link 	{
              color: #be1e2d;
            }

            a:hover {
              color: #be1e2d;
            }

            a:visited {
              color: #be1e2d;
            }

			a:link {
			  text-decoration: none;
			}

			a:visited {
			  text-decoration: none;
			}

			a:hover {
			  text-decoration: underline;
			}

			a:active {
			  text-decoration: underline;
			}

			table.footer {
				background: #41393d;
				
			}

        </style>

    </head>

</html> 