/* Cascading Style Sheet for "Top Shelf Printing" site */

.sb-this { 
   background: #000000; 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 14pt; 
   font-weight: bold;
}

.sb-other { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 14pt; 
   font-weight: bold;
}

a { 
   color: #000000; 
   font-weight: 700; 
   text-decoration: underline
}

a:visited { 
   color: #000000; 
   font-weight: 700; 
   text-decoration: underline
}

a:hover { 
   color: #FFFF00; 
   font-weight: 700; 
   text-decoration: underline
}

body, li, table { 
   color: #000000; 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}

h1 { 
   color: #000000; 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   font-weight: normal; 
}

h2 { 
   color: #000000; 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   font-weight: normal; 
}

p { 
   color: #000000; 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}