a:visited{
  color:#B10820;
  }
a:hover{
  color:#B10820;
  text-decoration:underline;
}

ul {
	list-style-type: disc;
	
}
ol li ul { 
	list-style: disc; 
}

a {
color:#B10820;
text-decoration:none;}

.thead {
    background-color: #E6E6E6;
}

table {
    border-collapse:collapse;
}

table, th, tr, td {
    border-color: #E6E6E6;
}

/* Makes the titles stand-out */

h1.title{
    color:#333;
    font-size: 20px;  
    background-color: #f5f5f5;
    text-shadow:0 1px 0 #fff;
    padding: 0.4em;
    box-shadow: 0px 1px 2px #a6a6a6;
}

h2.title{
    color:#333;
    font-size: 16px;
    background-color: #f5f5f5;
    text-shadow:none;
    padding: 0.2em;
    box-shadow: none;
}

div.footer{ 
display:none;
}
