body{
	color: lime;
	background-image:url('images/bg.gif');
	background-color: black;
	text-align:center;
}
.red{
	color: red;
}
.italic
{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.yellow{
	color:yellow;
}
.news {
    background: none repeat scroll 0 0 cyan;
    color: orange;
    font-family: verdana;
    font-size: 70pt;
}
.memorial {
    background: none repeat scroll 0 0 yellow;
    border: 10px solid red;
    color: purple;
    font-size: 20pt;
    font-style: italic;
}
.rideordie a {
    color: white;
    cursor: alias;
    font-weight: bold;
}