/* Double-space */

#bodyText ul li{
margin-top: 5%;
margin-bottom: 5%;	
height: 10%;
}

#bodyText ul{
list-style-type: none;
}

#bodyText ul a{
text-decoration: none;
color: blue
}

#bodyText ul a:hover{
text-decoration: underline;
}

#bodyText ul a:visited{
color: #b20f2a;
}