/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */
/* BeginCorePageCSS */
/* Made with executable version 6.0 Release 4 Build 23 */
body{
font-family: Trebuchet MS;
background-color: #2a2929;
color: #FFFFFF;
margin-right: 5%;
margin-left: 5%;
font-size: 15px;
}
p{
text-align: left;
margin: 0px;
font-size: 100%;
}
table,div,span,td{
font-size: 100%;
color: #FFFFFF;
}
div.Titles{
...