/* CSS Document */

body {background-color: #8C0000; margin-top: 0px; background-image: url(images/bg.png); }

.modhead {font-family: Arial; font-size: 12px; color: white; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; }

.bizname {font-family: Arial; color: white; font-size: 31px; letter-spacing: 7px; }

.nav {font-family: Arial; color: white; font-size: 11px; }

.coltext {font-family: Arial; color: white; font-size: 11px; line-height: 16px; }

h1 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 18px; font-weight: bold; margin-left: 20px; }

.footer {font-family: Arial; color: white; font-size: 11px; line-height: 16px; }

a:link {
	color: #FFFFFF;
		text-decoration: none;
}
a:visited {
	color: #FFFFFF;
		text-decoration: none;
}
a:hover {
	color: #CCCCCC;
		text-decoration: underline;
}
a:active {
	color: #999999;
			text-decoration: none;

}