/* This is a CSS document for Short & Co's Web Site */

BODY {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

A {
   color: RGB(0, 128, 255);
   text-decoration: underline;
   font-weight: bold;
}

H1 { /* A large page title */
	font-size: 18pt;
}

H2 { /* A small page title */
	font-size: 14pt;
}

H3 { /* Menu Items */
	font-family: "Arial", Sans-serif;
	font-size: 10pt;
}

/* End of CSS */
