/* rr.css */
/* Style sheet used by:
	rr.htm
	rr_actual.htm
	rr_home.htm
	rr_model.htm
	rr_model_mine_ho.htm
	rr_model_mine_ho_wash.htm
	rr_model_mine_n.htm
	rr_ntrak.htm
	rr_other.htm
*/

H6
{
text-align:	center;
font-size:	115%;
}

H6S
{
text-align:	center;
font-size:	110%;
font-style:	italic;
}

/* Make sure *everybody* defaults to the same font.  Golly!
// For some reason, it seems to me
// that a serif font "fits" better for railroad topics.
*/
BODY, H1, H1S, H2, H2S, H3, H3S, H4, H4S, H5, H5S, TD
{
font-family:		serif;
}

/* Used as the style for any product name.
// (Not sure why I made this a pseudo-tag and not a class name.)
*/
product
{
font-weight:		bold;
font-style:		italic;
}

/* Used to style the name of a (real or model) railroad.
// (Not sure why I made this an class name and not a pseudo-tag.)
*/
.rrname
{
font-family:            "RailroadRoman","RRRoman","Agate-Bold",serif;
font-size:              small;
font-weight:		normal;
letter-spacing:		.5pt;
}

