CSS_Style_Pr01.css 551 Bytes
a.main_title {
    text-decoration: none;
}

a.sub_link{
    text-decoration: none;
}

h1 {
    font-size: 3em;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    margin: 30px auto;
    background-color: lightblue;
    text-align: center;
}

h3 {
    background-color:lightgoldenrodyellow;
    text-align: center;
    border-radius: 10px;
    width: 15%;
    margin: 30px;
}

img {
    display: block;
    margin: auto;
    width: 40%;
}

ul{

}

li{

}

div.Document{
    font-size: 12px;
}

link:hover{
    background-color: red;
}