/* RABBIT TAGS */


/*-------------------------------------------------
GENERAL
-------------------------------------------------*/

body {
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
}

font, body, table, tr, td, input, option, select {
	font-size: 12px;
	line-height: 1.2;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #B22222;
	font-weight: bold;
}

a:hover {
	color: #fff;
	font-weight: bold;
}


/*-------------------------------------------------
UTILITY BELT
-------------------------------------------------*/

/* font sizes */
.f10 { font-size: 10px; }
.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f24 { font-size: 24px; }
