 /* Setting Up Basic Styles */

        table.main {
        border: 0px solid #FED1D4;
        background-color: transparent;
        
        }
        
        body {
        
        background-image: URL(https://i.imgur.com/DR99jKj.png);
        font-family:Verdana, Arial, Tahoma, sans-serif;
        font-size:12px;
        color:#FD6A83;
        }
        
        
        br {
           display: block;
           margin: 3px 0;
        }
        
        hr {
           display: block;
           background-color: white;
           margin: 3px 0;
        }
        
        #wrapper {
        background-color: transparent;
        margin 20px auto;
        max-width: 800px; 

        }
        
        
        table {
        
        background:#fff;
        font-size:12px;
        
        margin:20 auto; 
        }
        
        /* Here's for the top most links */
        
        th {
        background-color: #fff; 
        
        }
        
        /* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */
        
        #buffer {
            background-color: transparent;
            
        }
        
        /* Standard table cell definitions */
        
        td {
        background:#fff;
        width: 200px;
        }
        
        /* Let's fix up your menu */
        
        #menu {
        
        vertical-align:top;
        align-content: center;
        
        }
        
        #menu p{
        margin:auto 10px;
        padding:2px;
        }
        
        #menu h1 {
        font-size: 11pt;
        border-bottom: 3px solid #DDD;
        margin:2px auto 3px 10px;
        color: #000;
        text-transform:lowercase;
        }
        
        #menu a {
        margin:auto 10px;
        display: block;
        border-bottom: 1px solid #000;
        padding: 2px;
        padding-left: 10px;
        text-transform: uppercase;
        font-size: 7.5pt;
        letter-spacing: 1px;
        }
                
        #menu a:hover {
        background-color: #91C7F5;
        border-bottom-color: #000;
        color: #fff;
        }
            
        #content {
        vertical-align:top;
        font-size:12px; 
        
        
        }
        
        #footer {
        font-size:10px;
        text-align:center;
        }
        
        #content p {
        padding:3px;
        margin:auto 10px;
        }
        
        
        #content h1 {
        font-size: 16pt;
        text-transform:lowercase;
        border-bottom: 1px solid #DDD;
        margin:10px;
        color: #000;
        }
        
        a{
        text-decoration:none;
        color:#91C7F5;
        }
        a:hover {
        color:#333;
        }        