/* CSS Document */

* { margin:0; padding:0; }

BODY {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
	line-height: 1.6em;
	background-image: url(images/ronin_logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
}
.redTxt {
	color: #CC0000;
}

.imgSpace {
	margin-top: 5px;
	margin-bottom: 5px;
}


a { color:#CC0000;
text-decoration:none;
font-weight: bold; }

a:hover { text-decoration:underline; }

h1 {
	font-family: "Trebuchet MS", "Comic Sans MS", Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 0.8em;
}
