/* Tag-based Styles */
body {background-color: #232123; font-family: Consolas, monospace; margin: 4px 5% 4px 5%;}
p {text-align: center; line-height: 18pt; text-shadow: 0px 3px 0.5px #000000; width: 80%; margin-left: auto; margin-right: auto;}
hr {border: 2px dashed white;}
a {color: inherit; text-decoration: none;}
/* Class-based Styles */
.title {border: 2px solid white; padding: 8px; background-color: #4F75AD; color: white; border-radius: 8px;}
.red {color: #FF0000;}
.orange {color: #FF8000;}
.yellow {color: #FFFF00;}
.green {color: #00FF00;}
.teal {color: #00FF80;}
.blue {color: #0080FF;}
.deepblue {color: #0040CC;}
.purple {color: #8000FF;}
.magenta {color: #FF0080;}
.brown {color: #804000;}
.black {color: #000000;}
.darkgray {color: #808080;}
.lightgray {color: #CCCCCC;}
.white {color: #FFFFFF;}
.kade {color: #40CC40;}
.fyro {color: #7B75D1;}
.illume {color: #C6319C;}