/* small's clone industries */

body {
font-family: arial, verdana;
font-size: 12px;
color: black;
background: white;
}

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

h1 {
text-transform:bold;
font-size: 45px;
letter-spacing: 2px;
}

h2 {
font-family: "times new roman";
font-weight: normal;
letter-spacing: 5px;
font-size: 14px;
}

h3 {
font-family: "times new roman";
font-weight: normal;
letter-spacing: 3px;
font-size: 12px;
}

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