#tosWarning {
    text-align: center;
  color: darkblue;
}
#breakingLnews {
    color: darkred;
}
* {
    color:white;
    background-color:#202020;
}
.whiteText {
    color:white;
    text-align: center;
}

*{ 
	font-family:  arial;
}


#papyrus {
    font-family: 'papyrus';
}
.purple {
    color:purple;
    text-align: center;
    
}