big {color:red}
b1 {color:red}
	
.creditDiv {
border: 5px solid darkred;
background-color: transparent;
width: 75%;    
text-align: centre;
}
	
.articleDiv {
border: 2.5px solid darkred;
width: 80%;
background-color: transparent;
text-align: centre;
}

.interiorDiv {
width: 90%;
background-color: black;
}

a:link {
color: red;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: red;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: darkred;
background-color: transparent;
text-decoration: underline;
}
