<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ultop li, .ulbottom li{
	list-style-type: none;
	
	
}
ul{
	text-decoration: none;
        list-style-type: circle;
        background-color: white;
}

.bens li{
	padding-bottom: 10px;
        
}



p{
	font-size:25px;
}

.menuhead {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: block;
    
}

.menu {
    float: left;
}

.menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu a:hover {
    background-color: #111;
}
th {
    
    text-align: right;
    font-size: 26px;
}
td{
    
    font-size: 20px;
    padding-left: 20px;
}

.homep{
    margin: 50px;
    padding: 100px;
    border-color: black;
    border-style: solid;
    border-radius: 25pt;
    background-color: white;
   
}
.homep p:hover {
     background-color: #111;
}

#businesshead{
   padding-left: 20%;
    padding-right:  20%;
    white-space: nowrap; 
    font-size: 50px;
}
.bens{
    margin-left:  10%;
    margin-bottom: 10%;
    padding: 35px;
    border-color: black;
    border-style: solid;
    border-radius: 25pt;
    width: 75%;
    background-color: lightgrey;
    
}

.benhead{
 padding-left: 10%;
      font-size: 40px;
    color: red;
    white-space: nowrap;
}

body{
    font-family: sans-serif;
/*    background-image: url("includes/images/dockonthebeach.jpg");*/
    background-repeat: no-repeat;
      background-size: 1920px 1080px;
   
}

#businesshead{
    color: red; 
}
#aboutlabel{
    color: red;
}
.refletter{
    margin: 50px;
    padding: 50px;
    border-color: black;
    border-style: solid;
    border-radius: 25pt;
    background-color: white;
      width: auto;
    height: auto;
}
.images{
     margin: 20px;
    padding: 20px;
   width: 90%;
    height: 1070px;
}

#slogan{
    font-family: cursive; 
   
    
}
#sloganhead{
    
    display: inline-block;
    float: right;
    
}
#headofitall{
    display: inline-block;
}
#bensbody{
    background-color:#fcfafa
}
#homebody{
   background-color:#fcfafa 
}
.homep{
    background-color: lightgrey;
}</pre></body></html>