body {
    background-color: #CCFF99;
    font-family: sans-serif;
}

h1 {
    font-size: xx-large;
    color: #FF6666;
    font-weight: bold;
    font-family: sans-serif;
}

h2 {
    font-size: x-large;
    color: #FF6666;
    font-weight: bold;
    font-family: sans-serif;
}

h3 {
    font-size: medium;
    color: #FF6666;
    font-weight: bold;
    font-family: sans-serif;
}
    
.header {
    background-color: #FFFFFF;
    border: 2%;
    border-color: #DA70D6;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    font-size: medium;
}

.topic {
    background-color: #FFFFFF;
    border: 2%;
    border-color: #DA70D6;
    border-bottom-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    font-size: medium;
}

.linkzone {
    background-color: #FFFFFF;
    text-align: left;
    width: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border: 4px;
    border-color: #339966;
    border-style: dashed; 
    position: absolute;
    left: 10px;
    right: auto;
}   

.link_category {
    width: "85%";
    font-size: small;
    color: #000000;
}

.blogzone{
    position: absolute;
    left: 25%;
    right: 10px;
}

.entire {
    background-color: #FFFFFF;
    text-align: left;
    /*width: 90%;*/
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 8px;
    border-color: #339966;
    border-style: dashed; 
}

.title {
    margin-top: 3px;
    background-color: #99FF99;
    color: #0099FF; 
    font-family: cursive;
    font-weight: bold;
    font-size: large;
}

.date {
    width: 40%;
    font-style: italic;
    background-color: #CCFF66;
    font-weight: bold;
    color: #0066CC;
    font-size: x-large;
}

.txt {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: small;
    color: #000000;
}

.comment {
    width: 70%;
    background-color: #DDDDDD;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: small;
    font-weight: bold;
    color: #000000;
}

.code {
    width: 90%;
    background-color: #E0EEEE;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: medium;
    color: #000000;
}


.anime{
    color: #0033CC;
    font-size: medium;
    font-weight: bold;
}
