/*

This is the stylesheet file for the abyss's reviews.  Different colors and text for each
contributor will help differentiate between different contributors for each article!

*/

div.blurb {
background-color: #343333;
border: #4B4A4A solid 1px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
clear:both;
}

.subtitle {
color: #5EB9F3;
}

hr.drline {
margin-top: 1em;
margin-bottom: 1em;
border-style: solid;
clear: both;
}

.nomad {
color: #FFBA7D;
font-family: verdana, sans-serif;
text-align: justify;
margin-bottom: 10px;
}

.rusty {
color: #00ff40;
font-family: "Times New Roman", serif;
text-align: justify;
}

.fatal {
color: #cc99ff;
font-family: Tahoma;
text-align: justify;
}

.ace {
color: #607080;
text-align: justify;
}

.entry {
text-align: justify;
margin-bottom: 10px;
}
