/* small's clone industries */

body {
font-family: palatino, serif;
font-size: 14px;
color: black;
background: white;
background-image: url(/images/ladies.jpg);
background-repeat: repeat-x;
}

table {
	text-align: justify;	
}

p {
text-align: justify;
line-height: 18px;
}

h1 {
color: white;
font-family: courier, "hoefler text", "times new roman";
font-size: 35px;
letter-spacing: 10px;
font-weight:bold;
text-align: justify;
}

h2 {
font-family: courier, verdana;
font-weight: normal;
letter-spacing: 6px;
font-size: 20px;
text-align: justify;
}

h3 {
font-family: courier, verdana;
font-weight: normal;
letter-spacing: 4px;
font-size: 18px;
text-align: justify;
}

img {
border: none;
}

.quote {
padding-left: 20pt;
padding-right: 20pt;
}

.italic {
font-style:italic;
}


#white {
color: white
}

a:link, a:visited { 
text-decoration:none; 
color: blue; 
}
a:hover, a:active {
text-decoration:underline;
color: blue;
}