@charset "utf-8";
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1em;
    color: #530657;
    margin-bottom: 0px;
    background-color: #F0EFEF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
    height: auto;
}
#container {
    margin-right: auto;
    margin-left: auto;
    background-color: #EDE7ED;
    width: 960px;
    text-align: center;
    border: medium solid #C8C8C8;
    border-radius: 40px;
}

header h1 {
    color: #A01092;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 4em;
}


header img {
    border: thick double #920D9F;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* [disabled]display: none; */
    /* [disabled]height: auto; */
    /* [disabled]width: auto; */
    min-width: 200px;
    max-width: 400px;
}
header p {
    font-size: 3em;
    text-align: center;
}
main h1 {
    color: #A345AC;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 2em;
    text-align: center;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

main h2 {
    color: #021C1E;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

aside {
    background-color: #EBE9E9;
    border: medium inset #920D9F;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
li h3 a {
    list-style-type: none;
}
#container main {
    list-style-type: none;
}

main li h3 a:hover ,a:active {
	color:#920D9F
}


main li h3 a:link ,a:visted {
	color:#726D6D
}

aside ul a:link, a:visted {
	color:#920D9F
}

aside ul a:hover, a:active {
	color:#726D6D
}


li h3 a {
    color: #021C1E;
}
#container footer ul {
    color: #920D9F;
}


aside h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #B13CBC;
    font-size: 2em;
}
aside ul li {
    text-align: center;
    display: block;
}

footer h1 {
    color: #A963B0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1em;
    display: block;
}
footer ul li {
    display: block;
    color: #4F125A;
}


	
