﻿@charset "utf-8";
/* CSS Document */

.explanation {
	display: none;
}
.correct {
	display: none;
}
.incorrect {
	display: none;
}
.correctnot {
	display: none;
}
.incorrectnot {
	display: none;
}
.test {
	display: none; 
}
.divstyle {
	display: none;
	
}
.class1 A:visited {text-decoration: none; color:#333333; 
}

.divstyle {
	display: none;
	
}

ul {
    list-style-type:circle;list-style-position:outside; margin:0;padding:0;

}
.footer-body{
	background-color:#CCC;
}

.explanation {
	display: none;
}
.correct {
	display:none;
}
.incorrect1 {
	display:none;
}
.incorrect2 {
	display:none;
}
.incorrect3 {
	display:none;
}
.a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 8px;
}

a:hover {
    background-color: whitesmoke;
    color: cornflowerblue;
}


.next {
    background-color: cornflowerblue;
    color: white;
    border-radius: 2px;
    padding: 6px 18px;
    align-items: center;
}

next:hover {
    background-color: lightcyan;
    color: black;
    border-radius: 2px;
}

.round {
    border-radius: 50%;
}
ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

