body {
			font: 16pt Times New Roman, Verdana, sans-seriff;
}

table, tr, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
    text-align: center;
    margin: 10px;
}

th {
        background-color: #C0C0C0;
}

a:link {
              text-decoration: none;
}

div.imageright {
                            float: right;
                            text-align: center;
                            font-size: 14pt;
                            font-style: italic;
}
img.round {
		border-radius: 5px;
}

.colors:hover {
	color: blue;
	cursor: pointer;
}

h3 {
	color: grey;
}
a:visited {
	color: blue;
}

a:hover {
                color: #C0C0C0;
				text-decoration: underline;
}
.background:hover {
	background-color: black;
}
.quiz1 {
	color: white;
	background-color: black;
	cursor: pointer;
	font-size: 12pt;
}
#button2, #answers, #answers2, #button4, #library {
	display: none;
}
button:active {
	transform: translate(2px,1px);
}
button:hover {
	color: orange;
}
#answerbox {
	font-size: 12pt;
}
h4 {
	color: grey;
}
