body {
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

small {
	font-size: 10px
}

big {
	font-size: 14px
}

strong {
	font-weight: bold
}

address {
	font-size: 10px;
	font-style: normal
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

a {
	color: #0000c0;
	background-color: transparent
}

a:hover {
	color: #c00000;
	background-color: transparent
}

a:visited {
	color: #000080;
	background-color: transparent
}

.button {
	font-size: 10px;
	font-weight: bold
}

.bg-white {
	color: black;
	background-color: white
}

.bg-black {
	color: white;
	background-color: black
}

.bg-navy {
	color: white;
	background-color: navy
}

.bg-maroon {
	color: white;
	background-color: maroon
}

.bg-green {
	color: white;
	background-color: green
}

.bg-blue {
	color: white;
	background-color: #00008b
}

.bg-aliceblue {
	color: black;
	background-color: #f0f8ff
}

.bg-gray {
	color: black;
	background-color: #f0f0f0
}

.bg-ivory {
	color: black;
	background-color: #fffff0
}

.bg-lightyellow {
	color: black;
	background-color: #ffffe0
}

.bg-teal {
	color: white;
	background-color: #008080
}

.bg-purple {
	color: white;
	background-color: #800080
}
