﻿<style type="text/css">

html,body { 
font-size: 14px;
text-align: left;
} 

p{font-family:"Times New Roman", Times, serif;} 

table {
width: 100%; 
background-color:#FFE87C;
border-style:groove;
border-color: white;
vertical-align: top;
font-size:25px;

}

td { border-color: white; 
border-style: groove; }

td.side {
vertical-align: top;
width: 150px;
}

td.center{
font-size: 18px;
text-align: left;
vertical-align: top;
background-color: #FFFFFF;
}

td.answer{
font-size: 18px;
background-color:black;
 onMouseover: this.style.backgroundColor='yellow';
 onMouseout: this.style.backgroundColor='black';
}

.heading {
font-size: 25px;
font-weight:bold;
}

.subheading {
font-size: 20px;
font-weight:bold;
}

.instructions {
font-size: 16px;
text-align: left;
font-weight:bold;
}

A:link {font-family:"Times New Roman", Times, serif; font-size:18px; font-weight:bold; text-decoration: underline; color:indigo}
A:visited {font-family:"Times New Roman", Times, serif;font-weight:bold; text-decoration: underline; color:purple}
A:active {font-family:"Times New Roman", Times, serif;font-weight:bold; text-decoration: underline; color:indigo}
A:hover {font-family:"Times New Roman", Times, serif;font-weight:bold; text-decoration: underline; color:purple}