/* CSS Document */
table {
	cellpadding: 3;
	cellspacing: 3;
	border: 0;
}

hr {
	color: sienna
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	color: #CC3300;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993300;
}
h3 {
	font-family: Tribune;
	font-variant: normal;
	color: #FF3300;
	font-weight: 900;
	font-variant: small-caps;
	background-color: #CCCCCC;
	background-repeat: repeat;
	font-style: italic;
}

body {
	background-image: url(http://culps.us/images/bg_blueborder.gif);
}
h4 {
	font-size: 20px;
}
a {
	font-family: "MS Sans Serif", Geneva, Verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
a:link {
	text-decoration: none; 
	font-weight: bold;
}
a:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: 0000FF;
}
a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #00FF00;
}
p {
	font-family: "MS Sans Serif", Geneva, Verdana;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 600px;
	left: 25px;
}
.plain {
	font-family: "Times New Roman", Times, serif;
}
