start.css 1.5 KB
/*
# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)

//# disable directory listing
*/

body{

	background-color: #d0d5d8; 
/*	background-color: #ffffff; */
}

h1{
    font: normal 50px/1 "Times New Roman", Times, serif;
    font-weight: bold;
}

a{
    color: #0202ff;
    font-weight: bold;
}

.content_1, .content_2 {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* float: none; */
    z-index: auto;
    width: 80%; 
    /* height: 300px; */
    /* position: static; */
    cursor: default;
    opacity: 1;
    margin: 0;
    padding-left: 1px;
    padding-bottom: 0;
    overflow: visible;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 0;
    font: normal 18px/1.5 "Times New Roman", Times, serif;
    color: rgb(000, 000,000);
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.content_1 {
     background-color: #eceeef; 
       
    }
    
.content_2 {
    /* background-color: #daeeff; */
     background-color: #eceeef; 
    }    

    .footer{
        font: normal 8px/1 "Times New Roman", Times, serif;
        color: rgb(000, 000,000);
    }