
text/css mystyle.css ( assembler source, ASCII text, with CRLF line terminators )


<style>
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Averia Gruesa Libre';font-size: 22px;
    margin: 0;
}

body.top{
    max-height: 1200px;
}

ul.sqbullit {
    list-style-type: square;
    list-style-position: outside;
}

p{
    margin-top: -25px;
    line-height: 25px;
}



/* Style the header */
.header {
    padding: 10px;
    background: #4f92ff;

}
.topleft{
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: -80px;
    left: 0px;
}

.mySlides { display: block;
    position: static;
    margin-bottom: -60px;
    color: #FFFFFF;
    width: 200px;
}

/* Increase the font size of the h1 element */
.header {
    font-size: 20px;
    padding-left: 140px;
    margin-top: -60px:
}

/* Style the top navigation bar */
.navbar {
    overflow: hidden;
    margin-top: -60px;
    margin-bottom: 0;
    background-color: #333;
    border: 0;
}

/* Style the navigation bar links */
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
    float: right;
}

/* Change color on hover */
.navbar a:hover {
    background-color: #666666;
    color: black;
}

/* Style the top navigation bar */
.navbar1 {
    overflow: hidden;
    margin-top: 15px;
    margin-left: -20;
    margin-top: 0;
    border: 0;
    background-color: #333;
    width: 1000px;
}

/* Style the navigation bar links */
.navbar1 a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

/* Change color on hover */
.navbar1 a:hover {
    background-color: #666666;
    color: black;
}

/* Column container */
.row {
    display: flex;
    flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    flex: 30%;
    background-color: #f1f1f1;
    padding: 30px;
}

/* Main column */
.main {
    flex: 70%;
    min-height: 800px;
    background-color: white;
    padding: 20px;

}

th.a {
    text-align: left;
}

table.p{
    border: 1px;
    width: 50%;
}

table.p2{
    border: 1px;
    width: 80%;
}

td.b{
    font-weight: bold;
}

td.l{
    text-align: left;
}

td.r{
    text-align: right;
}

td.u{
    text-transform: uppercase;
    font-weight: bold;
}

td.z{
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

td.y{
    text-transform: uppercase;
    font-weight: bold;
}

td.background{
    background-image: url("images/logo2.png");
    height: 400px;
    width: 100px;
}

.textwidth{
    margin-top: -35px;
    max-width: 1000px;

}
img.float{
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}

img.radius{
    border-radius: 12px;
}

/* Fake image, just for this example */
.fakeimg {
    background-image: url("imagesbackground.jpg");
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 60%;
    padding: 20px;
}

.thumbnail{
    width: 50px;
    border-radius: 15px;
}

.storypic{
    height: 500px;
    width: 450px;
    border-radius: 10px;
}

/* Footer */
.footer {
    max-height: 30px;
    text-align: center;
    background: #4f92ff;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
    flex-direction: column;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
    float: none;
    width:100%;
    }
}

textarea.a {
    width: 600px;;
    height: 550px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    background-image: url("../images/logo2.png");
    background-repeat: no-repeat;
    background-size: 150px 400px;
    font-size: 16px;
    resize: none;
}

textarea.b {
    width: 500px;;
    height: 350px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    background-image: url("../images/logo2.png");
    background-repeat: no-repeat;
    background-size: 150px 400px;
    font-size: 16px;
    resize: none;
}

textarea.c {
    width: 500px;;
    height: 250px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    background-image: url("../images/logo2.png");
    background-repeat: no-repeat;
    background-size: 150px 400px;
    font-size: 16px;
    resize: none;
}

.button {
    background-color: #4f92ff;
    border: 2px;
    color: white;
    padding: 4px;
    padding-bottom: -16px;
    width: 80px;
    height: 30px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 11px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 10px;
}



#border {
    border: 2px solid #999;
    background: #CCC;
    padding: 15px;
    margin: 0 auto;
    width: 300px;
}


</style>

