* {
    padding: 0;
    cursor: url("../images/cursor.png"), auto;
}

body {
    list-style-position: inside;
    background-image: url("../images/flame.gif");
    background-repeat: repeat;
    font-family: sans;
}

li {
    border: 1px solid gray;
}

h1,h2,p,ol,ul{
    background-color: white;
}

table, td {
    background-color: antiquewhite;
    border: 1px dashed black;
}

.content {
    max-width: 960px;
    margin: auto;
    padding: 10px;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    display: block;
}

.centered {
    margin:auto;
}

#sexypic {
    box-sizing: border-box;
    border-style: ridge;
    border-width: 25px;
    border-color: firebrick;
}

.conversation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    font-size: x-large;
}

.man {
    color: red;
}

.woman {
    color:blue;
}