/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

<STYLE TYPE="text/css">


body , tr , td ,  p , {
margin: 0; padding: 0; color: #FFFFFF; font-size: 12px; font-family: arial; background-color: #ffcadd; scrollbar-face-color: #ffcadd; scrollbar-arrow-color: #E96293; scrollbar-track-color: #ffcadd; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #ffcadd; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #ffcadd;}
input , textarea , select {
background : #E96293; font-size: 12px; font-weight: bold; font-family: Arial; color: #ffe7ef; border: 1px solid #E7ECF5; } 
i {
font-size: 12px; font-family: Arial; color: #FFFFFF; 
} 
b {
font-size: 12px;  font-family: Arial; font-weight: bolder; color: #fe81ae; 
} 
u {
font-size: 12px;  font-family: Arial; color: #FFFFFF; 
} 
s {
font-size: 12px; font-family: Arial; color: #FFFFFF; 
} 
h1 {
color: #FFFFFF; letter-spacing:1px; border-bottom: 1px solid #FFFFFF; background-color: #ffcadd; font-size:15px; text-align: right; font-family: Arial;
}
h2 {
color: #FFFFFF; letter-spacing:2px; border-bottom: 1px solid #FFFFFF; background-color: #ffcadd; font-size:12px; text-align: right; font-family: Arial;
}
A:link {
color: #FFFFFF; border-bottom: dotted 1px #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; font-family: Arial; cursor:crosshair; height: 1px; 
} 
A:visited {
color: #FFFFFF; border-bottom: dotted 1px #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; font-family: Arial; cursor:crosshair; height: 1px; 
} 
A:active {
color: #FFFFFF; border-bottom: dotted 1px #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; font-family: Arial; cursor:crosshair; height: 1px; 
} 
A:hover {
color: #FFFFFF; border-bottom: dotted 1px #FFFFFF; text-decoration: none; background-color #1; font-size: 13px; font-weight: bold; font-family: Arial; cursor: crosshair; 
}
a.menu, a.menu:active, a.menu:link, a.menu:visited {
display: block; border-bottom: dotted 1px #FFFFFF; font-size: 11px; font-family: Arial; color: #FFFFFF; font-weight: none; background-color: #ffcadd; text-align: left; letter-spacing: 1px; height: 11px; 
} 
a.menu:hover {
display: block; border-bottom: dotted 1px #FFFFFF; font-size: 11px; font-family: Arial; color: #FFFFFF; font-weight: none; background-color: #ffcadd; text-align: right; letter-spacing: 1px; height: 11px; 
}
a img {
border: none; border-bottom: 0px; 
}
#container
{
margin: 1em ; background-color: #ffe7ef; background-repeat: repeat-y; border: 1px solid #FFFFFF; width: 600px;
} 
#banner
{
background-attachment: center !important; background-color: #ffe7ef; background-image: url(https://files.catbox.moe/uh2iyx.png); height: 300px; width: 600px; border-bottom: 1px solid #FFFFFF;  
}       <!--BANNER-->                            
#banner h1
{
margin: 0; padding: .5em;
}
#nav
{
float: left; width: 200px; margin-left: 0px; padding-top: 1em;
}
#nav p
{
margin-top: 0px; margin-left: 2px;
}
#content
{
padding-top: 1em; margin: 0 0em 0 200px; border-left: 1px solid #FFFFFF;
}
#footer
{
clear: both; background-image: url(https://files.catbox.moe/nwadmc.jpg).jpg); background-color: #ffcadd; padding: .2em; width: 600px; height: 50px; text-align: right; border-top: 1px solid #FFFFFF;
}

</style>
</head>



#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
