/* small's clone industries */

body {
font-family: baskerville, times, courier;
font-size: 15px;
color: black;
background: white;
}

p {
text-align: justify;
font-size: 15px;
line-height: 20px;
}

h2 {
font-weight: normal;
letter-spacing: 6px;
font-size: 20px;
}

h3 {
font-weight: normal;
letter-spacing: 4px;
font-size: 16px;
}

img {
border: none;
padding: 5px;
}

#title {
background: white url(/images/wood.jpg) no-repeat top left;
font-size: 40px;
font-style:italic;
letter-spacing: 4px;
color: white;
//font-weight: bold;
}

#footer {
font-size: 14px;
text-align: left;
}

#pictureside {
text-align:right;
}

.maintable {
//border: 1px solid black;
}

.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;
}
